• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Jun-2016-

COPYINGH A D19-Jun-20163 KiB6953

Makefile.amH A D19-Jun-2016328 138

Makefile.inH A D19-Jun-201623.3 KiB720643

READMEH A D19-Jun-20161,003 4428

alac.cH A D19-Jun-201635 KiB1,213883

alac_plugin.cH A D19-Jun-201620.5 KiB667549

decomp.hH A D19-Jun-2016492 1912

demux.cH A D19-Jun-201618.8 KiB674482

demux.hH A D19-Jun-20161.2 KiB6548

stream.cH A D19-Jun-20164.4 KiB187129

stream.hH A D19-Jun-2016880 4024

README

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
44