Log in

View Full Version : Looking for mpeg audio decoding code


jeanl
27th February 2008, 17:16
Hi There,
I'm looking for C/C++ code that would allow me to decode mpeg audio (as found in DVDs). Best would be self-contained code (not in the form of a dll), if possible.
I would like to add mpeg audio decoding to the pgceditpreview application...
Jeanl

MatMaul
28th February 2008, 13:26
if the license of your software is GPL-compatible, you can use libmad :
http://www.underbit.com/products/mad/

jeanl
28th February 2008, 17:42
Thanks! I'll take a look...
Jeanl

specise_8472
5th March 2008, 19:52
Hi There,
I'm looking for C/C++ code that would allow me to decode mpeg audio (as found in DVDs). Best would be self-contained code (not in the form of a dll), if possible.
I would like to add mpeg audio decoding to the pgceditpreview application...
Jeanl

A little known Google Tool: Codesearch

http://www.google.com/codesearch

Used by the Google programmers so as they do not have to re-invent the wheel. Also Advert Free at the moment.

jeanl
5th March 2008, 20:02
Thanks for the pointer! I didn't know about that!
Jeanl