Explore madmom.features submodules
mainThe madmom.features module provides a collection of submodules for extracting various musical features from audio. Depending on your analysis needs, you can use specific submodules for:
- Beats: Beat tracking via
features.beats,features.beats_crf, orfeatures.beats_hmm. - Chords: Chord recognition via
features.chords. - Downbeats: Downbeat detection via
features.downbeats. - Key: Key detection via
features.key. - Notes: Note detection via
features.notesorfeatures.notes_hmm. - Onsets: Onset detection via
features.onsets. - Tempo: Tempo estimation via
features.tempo.