views:

220

answers:

2

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.
+1  A: 

http://audacity.sourceforge.net/

Tim Sylvester
If you aren't happy with the answer, don't mark it as accepted...
Skilldrick
A: 

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

S.C. Madsen