From 519adfbaae5933ec18d2e3cb77e690e36cd49916 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Mon, 10 Aug 2009 14:46:31 +0000 Subject: Import libatrac from ffmpeg and modify librm to support ATRAC3. The decoder is still in floating point. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22235 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libatrac/README.rockbox | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/codecs/libatrac/README.rockbox (limited to 'apps/codecs/libatrac/README.rockbox') diff --git a/apps/codecs/libatrac/README.rockbox b/apps/codecs/libatrac/README.rockbox new file mode 100644 index 0000000000..7f62e10bb4 --- /dev/null +++ b/apps/codecs/libatrac/README.rockbox @@ -0,0 +1,20 @@ +Library: libatrac +Imported by : Mohamed Tarek +Import date : 10-August-2009 + +LICENSING INFORMATION + +ffmpeg is licensed under the Lesser GNU General Public License. + +IMPORT DETAILS + +The decoder is based on ffmpeg-svn r18079. It still uses floating +point math and not suitable to be used in rockbox. + +TESTING + +The test program should compile in any Unix-like environment using the +command "make -f Makefile.test". + +Running "./atractest file.rm" will decode the audio data to a WAV file +called "output.wav" in the current directory. -- cgit v1.2.3