module BPM:sig..end
Tempo (beats-per-minute) detection.
type t
A beat detector.
val make : int -> int -> tCreate a new beat detector with given number of channels and samplerate.
val put_samples_ni : t -> float array array -> int -> int -> unitPut samples in the detector.
val get_bpm : t -> floatAnalyze samples and estimate tempo (in beats per minute).