Howdy,
Thanks for the AudioOwl inspirations and issues discussed. I had a lot of issues getting the Madmom fully working with Python 3.11 and numpy so it was nice to see and validate / extend Audio Owl.
However I wanted the beat # / downbeat marking so i kept going and deviated from this code significantly .
My code is here, it is very simple on purpose and simply meant as demo / starter example. I use
- Madmom RNNDownBeatProcessor
- Madmom DBNDownBeatTrackingProcessor (marks beat in measure)
- librosa.feature.chroma_cqt (just to play/explore)
I published the code here if anyone wants a simple example
https://github.com/mgazier/madmom_python311
Howdy,
Thanks for the AudioOwl inspirations and issues discussed. I had a lot of issues getting the Madmom fully working with Python 3.11 and numpy so it was nice to see and validate / extend Audio Owl.
However I wanted the beat # / downbeat marking so i kept going and deviated from this code significantly .
My code is here, it is very simple on purpose and simply meant as demo / starter example. I use
I published the code here if anyone wants a simple example
https://github.com/mgazier/madmom_python311