Beatogram¶
standard mode | Rhythm category
Inputs¶
loudness
(vector_real) - the loudness at each beat
loudnessBandRatio
(vector_vector_real) - matrix of loudness ratios at each band and beat
Outputs¶
beatogram
(vector_vector_real) - filtered matrix loudness
Parameters¶
size
(integer ∈ [1, ∞), default = 16) :number of beats for dynamic filtering
Description¶
This algorithm filters the loudness matrix given by BeatsLoudness algorithm in order to keep only the most salient beat band representation. This algorithm has been found to be useful for estimating time signatures.
Quality: experimental (not evaluated, do not use)
Source code¶
See also¶
Beatogram (streaming) BeatsLoudness (standard) BeatsLoudness (streaming) Loudness (standard) Loudness (streaming)