C/C++ PCM opensource audio analizer?
What do I need
- Open Source Libs/wrappers for encoding/decoding.
- Tutorials and blog articles on How to do it, about etc.
C/C++ PCM opensource audio analizer?
What do I need
Isn't Audacity more of an application (a good one I might add)? If you want to do your own audio analysis algorithms in C/C++, and just need a library for loading storing data from various audio-formats, I recommend: www.portaudio.com
If you want to do FFT's on the data, check out www.fftw.org