It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
wanna listen to it on my mp3 player, but the music files pplay strange in winamp?
avatar
Caine123: wanna listen to it on my mp3 player, but the music files pplay strange in winamp?
What file type are they?
.wav

@Caine123: tried to use other programs?
.wav doesn't say much - there's a lot that could be in there.

MediaInfo says it's PCM, but it's obviously not, otherwise normal players could decode it properly.

It is in fact ADPCM, which I was able to force decode with ffmpeg:

for %I in (*.wav) do ffmpeg -c:a adpcm_ima_apc -i "%I" -c:a flac -compression_level 12 "encode\%~nI.flac"

Which decoded all of the tracks into flac - they clip and their waveform looks weird, but that's 4-bit ADPCM for you :/

If anybody wants these, or 320k mp3's of these, start a private conversation with me.