Polochon-street / bliss

Bliss music library that can compute distance between songs
https://lelele.io/bliss_old.html
MIT License
79 stars 5 forks source link

use aubio for analysis? #27

Closed piem closed 4 years ago

piem commented 7 years ago

hi @Polochon-street

It would be interesting to use aubio to extract features from the songs to be compared.

aubio provides standard implementations of several features which are thoroughly used in academic research, and as well as in a large number of music softwares.

aubio runs on most architectures, can be built to use ffmpeg or libav, as well a fftw3, and has python bindings which are ... fast.

See also aubio on github.

cheers, piem

Polochon-street commented 7 years ago

Wow, I didn't know this library. That looks really useful for Bliss' purpose.

Thank you very much!

Polochon-street commented 4 years ago

Now using aubio in Rust bindings. Closing.