estimate_bpm

Function estimate_bpm 

Source
pub fn estimate_bpm(file_path: &str) -> Option<f64>
Expand description

Estimate BPM for an audio file. Returns None for unsupported formats, unreadable files, or when no clear tempo is detected.