summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libalac/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libalac/README')
-rw-r--r--lib/rbcodec/codecs/libalac/README43
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libalac/README b/lib/rbcodec/codecs/libalac/README
new file mode 100644
index 0000000000..1b304d2d93
--- /dev/null
+++ b/lib/rbcodec/codecs/libalac/README
@@ -0,0 +1,43 @@
1INSTALLATION:
2-------------
3
4Simply compile by running 'make'
5
6USAGE:
7------
8
9Then run the program, it will give you usage instructions.
10
11It's really quite trivial to use.
12
13For example, to decode input.m4a to output.wav:
14./alac -f output.wav input.m4a
15
16Or, as another example, say if you wanted to stream play
17http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.m4a
18and you're system uses the ALSA sound system:
19wget -O - http://www.mplayerhq.hu/MPlayer/samples/A-codecs/lossless/luckynight.m4a | ./alac - | aplay
20
21By default the output file is in WAV format. To output as raw PCM, provide the
22-r option on the command line.
23
24MORE INFORMATION:
25-----------------
26
27Please visit http://crazney.net/programs/itunes/alac.html for more information.
28
29HELP NEEDED:
30------------
31I need help to allow myself to continue hacking on various Apple Audio things, please visit
32http://crazney.net/programs/itunes/help.html
33
34AUTHOR:
35-------
36
37David Hammerton
38
39CONTRIBUTORS:
40-------------
41
42Cody Brocious
43