@BearBoy - Yes - there's a difference. ATRAC3 data is stored in WAV, because the RIFF container (the specification that WAV files follow) allow that to happen. For ATRAC1 I couldn't go with WAV, since ATRAC1 isn't supported by the RIFF container. Instead WMD downloads these files as AEA (an old format that was created by MD Editor I think). Sir68k - another developer of netmd-exploits managed to add the ATRAC1 specification to the matroska file format, and we'll probably also try to do the same with ATRAC3, so that the container format will be unified. I'll soon publish a patch to FFMPEG which patch the matroska demuxer there. AEA files are terrible because it's hard to identify them - they don't have a "magic number", unlike WAVs, so the sooner we switch from them the better.