[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: State-of-the-art onset detection
Dear Arnaud,
I have two suggestions:
- MIRtoolbox, a MATLAB toolbox for music information retrieval: https://www.jyu.fi/hum/laitokset/musiikki/en/research/coe/materials/mirtoolbox
- aubio, which is a C library that includes several onset detection methods (it has a command line tool too, and probably it is not hard to interface the library with MATLAB since they already include SWIG wrappers): http://aubio.org/
Best