RhythmDescriptors¶
standard mode | Rhythm category
Inputs¶
signal
(vector_real) - the audio input signal
Outputs¶
beats_position
(vector_real) - See RhythmExtractor2013 algorithm documentation
confidence
(real) - See RhythmExtractor2013 algorithm documentation
bpm
(real) - See RhythmExtractor2013 algorithm documentation
bpm_estimates
(vector_real) - See RhythmExtractor2013 algorithm documentation
bpm_intervals
(vector_real) - See RhythmExtractor2013 algorithm documentation
first_peak_bpm
(real) - See BpmHistogramDescriptors algorithm documentation
first_peak_spread
(real) - See BpmHistogramDescriptors algorithm documentation
first_peak_weight
(real) - See BpmHistogramDescriptors algorithm documentation
second_peak_bpm
(real) - See BpmHistogramDescriptors algorithm documentation
second_peak_spread
(real) - See BpmHistogramDescriptors algorithm documentation
second_peak_weight
(real) - See BpmHistogramDescriptors algorithm documentation
histogram
(vector_real) - bpm histogram [bpm]
Description¶
This algorithm computes rhythm features (bpm, beat positions, beat histogram peaks) for an audio signal. It combines RhythmExtractor2013 for beat tracking and BPM estimation with BpmHistogramDescriptors algorithms.
Source code¶
See also¶
BpmHistogram (standard) BpmHistogram (streaming) BpmHistogramDescriptors (standard) BpmHistogramDescriptors (streaming) Extractor (standard) Histogram (standard) Histogram (streaming) RhythmDescriptors (streaming) RhythmExtractor (standard) RhythmExtractor (streaming) RhythmExtractor2013 (standard) RhythmExtractor2013 (streaming)