LAMIP-0.0.3 AC3 decoder
-----------------------

This is an ATSC A52 (also known as Dolby Digital or AC3) stream decoder. It
uses liba52 from a52dec project (http://liba52.sourceforge.net/).

If you want to extract AC3 data from a DVD .vob file, you can use the
"extract_a52" tool from a52dec package or the "extract_ac3" tool from libac3
(which is packaged up with alsa-tools at the moment). Another possiblity is to
use tcextract from transcode project...

Channels may only be set to 2, 4 or 6!

INSTALL
-------
run :
- autoreconf -vifs
- ./configure --enable-debug
- make

and as root :
- make install or make install-strip

----------
marc.icq@gmx.de

