Add gigabeat F/S volume limits to the manual, and a few minor formatting changes.
[kugel-rb.git] / apps / codecs / libatrac / README.rockbox
blob30703a3e49ea8025cd393623f43dab261b538960
1 Library: libatrac
2 Imported by : Mohamed Tarek
3 Import date : 10-August-2009
5 LICENSING INFORMATION
7 ffmpeg is licensed under the Lesser GNU General Public License.
9 IMPORT DETAILS
11 The decoder is based on ffmpeg-svn r18110 : Mar 21 2009.
12 Some changes were done on in order to use static VLC tables
13 according to this commit :
14 http://git.ffmpeg.org/?p=ffmpeg;a=commit;h=4c20cf13a166577d93f5b2b0abb4609c60104d33
16 The decoder had been modified to use fixed-point arithmetic.
18 TESTING
20 The test program should compile in any Unix-like environment using the
21 command "make -f Makefile.test".
23 For ARM targets add -DCPU_ARM to CFLAGS in Makefile.test to make use of 
24 the asm ARM optimisations in rockbox's mdct library.
26 For Big-endian targets, change -D"ROCKBOX_LITTLE_ENDIAN=1" 
27 to -D"ROCKBOX_BIG_ENDIAN=1" in Makefile.test.
29 Running "./atractest file.rm" will decode the audio data to a WAV file
30 called "output.wav" in the current directory.