Search code examples
c++linuxaudiocodeblocksdecoder

C++ MP3,WAV and ACC (Low Level) Decoder?


I have searched before saying this question but i cannot find any decent decorder.

I'm using codeblocks under gcc/linux and i need to use QT and C++ for programming.

The ideal would be a LGPL, low-level library well documented, that reproduces at least 24 bits. Can you help me?


Solution

  • Use libavcodec from ffmpeg: http://libav.org/doxygen/master/index.html

    It is used in MPlayer and in VLC as the decoder.