Re: Suitability of use for Embedded Project

"J. Taverne" <[email protected]> Tue, 7 Mar 2006 11:43:50 +0100
Newsgroups gmane.comp.audio.mad.user
Message-ID <[email protected]>
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 <[email protected]> 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?
>
>
>