Help - Search - Members - Calendar
Full Version: MP3 Decoding in C
Hydrogenaudio Forums > Hydrogenaudio Forum > Scientific Discussion
nevelo
Hi,

I'm trying to look into mp3 decoding.

I'd like to have a working source code which compiles in Visual Studio C++ to an EXE that will do the decoding / play an MP3.

I've tried MP3 Tech but there stuff is mostly for linux machines :-(

Thanks

Rob
Garf
Look at mpglib.
john33
MAD does that: http://www.underbit.com/products/mad/
Cey
QUOTE(nevelo @ Mar 15 2004, 09:10 AM)
I've tried MP3 Tech but there stuff is mostly for linux machines :-(

Don't be too concerned about it being for Linux. Be more concerned about it working right and giving accurate output.

Most simple stuff for Linux just means it's a generic program that runs from a command line: mp3dec input.mp3 output.wav

It should be standard ANSI/ISO C, so you shouldn't have too much trouble compiling it on any platform.
nevelo
The MAD lib stuff compiles, but trying to get Madplay to compile fails becuase of zlib being missing.

Anyone have a copy ready for compiling with MAD?

Thanks

Sorry to be a pain
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.