rockbox/apps/codecs/libalac
Tomasz Malesinski 5c54ba49d5 Added macros controlling what goes to IRAM on different targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11483 a1c6a512-1295-4272-9138-f99709370657
2006-11-09 21:59:27 +00:00
..
alac.c Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
decomp.h Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
Makefile Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :)) 2006-10-30 18:14:12 +00:00
README
README.rockbox First Rockbox version of ALAC decoder - porting to work in Rockbox environment and some simple (but significant) optimisations 2005-09-22 20:46:58 +00:00
SOURCES Oops 2005-10-29 18:00:04 +00:00

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