Hello, I am very much new to OF. I want to develop a simple music recognition app like Shazam. I have experience in c and python. But I have never done any multimedia related programming. So can any one suggest some addons and library functions that might be helpful in this project.
I need following things:
Hi!
I’ve done some audio analysis-stuff in OF, mainly with ofxAudioAnalyzer which uses the Essentia lib.
I remember the add-on (or Essentia) used to have some memory-leaks (or I made them…)
After a while I mainly used Essentia without the add-on.
I think this algorithm will be suitable for fingerprint / Shazam-stuff: Chromaprinter
For GUI I think ofxGui is easy to use, see the OF addons examples (3).
See the OF sound examples for audio input (1).
I manage stuff with files easily with the ofFile class with readToBuffer();
Thank you Jildert.
I am working on a windows environment. Maybe the Essentia lib is not available in windows. But I only need the Chromaprinter algorithm. Is there any alternative to this algorithm which compiles in windows??