fix bug: WAV file playback does not resume (FS#11077)
[kugel-rb.git] / apps / codecs / libalac / README
blob1b304d2d936c9015e83474d9464ca4ef7527afec
1 INSTALLATION:
2 -------------
4 Simply compile by running 'make'
6 USAGE:
7 ------
9 Then run the program, it will give you usage instructions.
11 It's really quite trivial to use.
13 For example, to decode input.m4a to output.wav:
14 ./alac -f output.wav input.m4a
16 Or, as another example, say if you wanted to stream play
17 http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.m4a
18 and you're system uses the ALSA sound system:
19 wget -O - http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.m4a | ./alac - | aplay
21 By default the output file is in WAV format. To output as raw PCM, provide the
22 -r option on the command line.
24 MORE INFORMATION:
25 -----------------
27 Please visit http://crazney.net/programs/itunes/alac.html for more information.
29 HELP NEEDED:
30 ------------
31 I need help to allow myself to continue hacking on various Apple Audio things, please visit
32 http://crazney.net/programs/itunes/help.html
34 AUTHOR:
35 -------
37 David Hammerton
39 CONTRIBUTORS:
40 -------------
42 Cody Brocious