rockbox/apps/metadata
Mohamed Tarek 82f05895af 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
2010-02-16 03:34:39 +00:00
..
a52.c
adx.c
aiff.c
ape.c
asap.c
asf.c
flac.c
metadata_common.c
metadata_common.h
metadata_parsers.h
mod.c
monkeys.c
mp3.c
mp4.c
mpc.c
nsf.c
ogg.c
oma.c Fix a comment in OMA metadata parser. No functional changes. 2010-02-16 01:55:48 +00:00
rm.c "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must not be obligatory to initialize the decoder through RMContext. 2010-02-16 01:47:22 +00:00
sid.c
spc.c
vorbis.c
wave.c Initial support for ATRAC3 streams in wav containers. 2010-02-16 03:34:39 +00:00
wavpack.c