Discussion:
[mad-user] Suitability of use for Embedded Project
Doug Allender
2006-03-07 10:34:00 UTC
Permalink
I am looking for source code for a no operating system, streamed audio receiver. I am told the stream is MPEG1 Layer2. Is the MAD source suitable for this? , and have people found this easy to port?
J. Taverne
2006-03-07 10:43:50 UTC
Permalink
Hi.

Yes it's easy to port. MP3 means MPEG1 layer 3, but layer 1 and 2 are
also supported by libmad. The minimad.c source code is a very good
example how it works. Just load a buffer with mp3 data and implement
the playing of wave audio.

Jeroen
Post by Doug Allender
I am looking for source code for a no operating system, streamed audio receiver. I am told the stream is MPEG1 Layer2. Is the MAD source suitable for this? , and have people found this easy to port?
Loading...