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