oximedia-mir 0.1.8

Music Information Retrieval (MIR) system for OxiMedia
Documentation
1
2
3
4
5
6
7
//! Melody extraction and contour analysis.

pub mod contour;
pub mod extract;

pub use contour::ContourAnalyzer;
pub use extract::MelodyExtractor;