oximedia-mir 0.1.2

Music Information Retrieval (MIR) system for OxiMedia
Documentation
1
2
3
4
5
6
7
//! Tempo detection and BPM estimation.

pub mod detect;
pub mod estimate;

pub use detect::TempoDetector;
pub use estimate::BpmEstimator;