You should look for a fixed-point (i.e. integer only) decoder. Many
implementations that come from the desktop world use floating point
arithmetic, but the LPCs don't have an FPU.
MAD (http://www.underbit.com/products/mad/) is a GPL licensed implementation
that uses only fixed-point arithmetic and comes with ARM optimized routines.
If you intend to use it for proprietary software (non-GPL), they offer
commercial licenses.
Regards,
Dominic
On Tuesday 09 May 2006 16:56, naderus2000 wrote:
> IS THERE ANY CODE FOR MP3 DECODER ON LPC21XX?(16 BIT 48KHZ)