diff options
| author | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
|---|---|---|
| committer | cooljqln <cooljqln@noreply.codeberg.org> | 2025-08-04 03:39:16 +0200 |
| commit | df8fc4104e5ed884f3b52257558191955375d1e7 (patch) | |
| tree | 8a3b07dc014050c82443ef4b0e83e8de2ebbf24b /lib/alac/README | |
| parent | b68ac702817316e75270355e19231e04f484cb74 (diff) | |
| parent | 4887378ce74c27f837fe1939ad5917b221736fac (diff) | |
| download | tangara-fw-df8fc4104e5ed884f3b52257558191955375d1e7.tar.gz | |
Merge pull request 'Preliminary ALAC support' (#416) from ayumi/tangara-fw:alac into main
Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/416
Diffstat (limited to 'lib/alac/README')
| -rw-r--r-- | lib/alac/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/alac/README b/lib/alac/README new file mode 100644 index 00000000..c6026a6b --- /dev/null +++ b/lib/alac/README @@ -0,0 +1,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: +------------- + +Serafina Brocious + |
