summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libalac/README
diff options
context:
space:
mode:
authorSean Bartell <wingedtachikoma@gmail.com>2011-06-25 21:32:25 -0400
committerNils Wallménius <nils@rockbox.org>2012-04-25 22:13:20 +0200
commitf40bfc9267b13b54e6379dfe7539447662879d24 (patch)
tree9b20069d5e62809ff434061ad730096836f916f2 /lib/rbcodec/codecs/libalac/README
parenta0009907de7a0107d49040d8a180f140e2eff299 (diff)
downloadrockbox-f40bfc9267b13b54e6379dfe7539447662879d24.tar.gz
rockbox-f40bfc9267b13b54e6379dfe7539447662879d24.zip
Add codecs to librbcodec.
Change-Id: Id7f4717d51ed02d67cb9f9cb3c0ada4a81843f97 Reviewed-on: http://gerrit.rockbox.org/137 Reviewed-by: Nils Wallménius <nils@rockbox.org> Tested-by: Nils Wallménius <nils@rockbox.org>
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