Point Types
- Extract Percussion Events
- High Pass Filter
- Onset
- Percussion Feature Extractor
Extract Percussion Events
Creates a list of timestamps for percussion events. Iterates through the times, determines the start and end times for each sample, outputs the samples to project path
commands
apply
outputs samples to audio_path/perc
High Pass Filter
Applies a high pass filter to the data
commands
apply
returns filtered data with cutoff=1000
Onset
Detects onsets in audio data using Librosa.
commands
apply
returns result of librosa onset_detect