pub fn click_track(bpm: f32, secs: f32, format: AudioFormat) -> Vec<f32>Expand description
A metronome click track at bpm for secs: a short decaying broadband burst
on each beat, silence between. Fed through the real analyzer it produces an
onset (and a beat flag) on each click, ~60/bpm seconds apart.