QUOTE (Steven jian @ Sep 15 2004, 02:04 AM)
Hello!
Here I only get 24-bit version MAD, where can I find an open source MP3 decoder in C/C++ that belongs to 16-bit fixed point version?
?
MAD decodes an MP3 file using 32 bit precision arithmetic.
But then, you can very well choose to take 16 bits out of each sample and ignore the rest.
Voilą, you get a 16bit decoder !
I don't really understand your problem..