On Mon, Sep 18, 2006 at 01:27:49PM -0400, Lee Revell wrote: > Hello LAU, > > What's the smallest and simplest command line MP3 player available? I > need it for testing an embedded system. It must be cross-compilable for > PPC target. The fewer dependencies the better (ideally it would be > self-contained). madplay using MAD audio decoder library. http://www.underbit.com/products/mad/ http://sourceforge.net/project/showfiles.php?group_id=12349 AFAIK madplay doesn't need anything besides MAD itself. And MAD is suitable for being built on embedded targets. It doesn't even need an FPU. HTH, Tom