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?
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
On 3/7/06, Doug Allender doug.allender@nht.co.uk wrote:
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?