From 82f05895af2e361b983aa782e4294a641b287429 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Tue, 16 Feb 2010 03:34:39 +0000 Subject: 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/filetypes.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/filetypes.c') diff --git a/apps/filetypes.c b/apps/filetypes.c index 3feb0f5ab8..e74edff5c2 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -100,6 +100,7 @@ static const struct filetype inbuilt_filetypes[] = { { "tm2", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, { "oma", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, { "aa3", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, + { "at3", FILE_ATTR_AUDIO, Icon_Audio, VOICE_EXT_MPA }, #endif { "m3u", FILE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST }, { "m3u8",FILE_ATTR_M3U, Icon_Playlist, LANG_PLAYLIST }, -- cgit v1.2.3