Help
-
Search
-
Members
-
Calendar
Full Version:
MP3 Decoding in C
Hydrogenaudio Forums
>
Hydrogenaudio Forum
>
Scientific Discussion
nevelo
Mar 15 2004, 11:10
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
Mar 15 2004, 11:21
Look at mpglib.
john33
Mar 15 2004, 11:41
MAD does that:
http://www.underbit.com/products/mad/
Cey
Mar 15 2004, 12:09
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
Mar 16 2004, 07:09
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
john33
Mar 16 2004, 07:35
http://homepage.ntlworld.com/jfe1205/zlib-1.1.4.tar.gz
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.