Initial support for ATRAC3 streams in wav containers.
commit3833717c15ef246849c4e2bd22c2ed7865da84fd
authormt <mt@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Feb 2010 03:34:39 +0000 (16 03:34 +0000)
committermt <mt@a1c6a512-1295-4272-9138-f99709370657>
Tue, 16 Feb 2010 03:34:39 +0000 (16 03:34 +0000)
treee2c6dd216900418ca41d3d4a6c19e460a666543e
parentf0d8dd9846a80e9d5db401197da5f83a4b45a938
Initial support for ATRAC3 streams in wav containers.
Current state :
- Playback and seeking are possible.
- We now support ATRAC3 in any of its possible containers (wav/at3, oma/aa3, and rm/ra).

TODO :
- Fix joint-stereo decoding for ATRAC3 - the decoder currently produces lots of glitches.
- Rename atrac3_oma.c since it works for both oma and wav containers.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24689 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/atrac3_oma.c
apps/filetypes.c
apps/metadata.c
apps/metadata/wave.c