Hello World,
So I found a track on a site that I'd like to use in my game, I downloaded it but sadly it's mp3. So I'm using another site to convert it to wav(since I am too lazy to reinstall my avs audio editor), and this site gives me 4 options for the 16bit pcm format:
PCM signed 16-bit big-endian
PCM signed 16-bit little-endian
PCM unsigned 16-bit big-endian
PCM unsigned 16-bit little-endian
Which is the best option for C2 signed or unsigned, and big or little endian?
Thank you.
P.S. For those that don't even know what those things mean, but are curious to learn check this link.