QUOTE(doomtn @ Mar 13 2008, 12:05)

Hi all,
My MP3 decoder generates 16-bit PCM sample signed, I want to convert them into 16-bit PCM sample unsigned.
Thanks in advance.
You'll need to move the original value to an unsigned short and then add the 32768. However, why do you want to do it? So far as I'm aware, nothing will play it or know what to do with it.