On Fri, 9 Nov 2001, Denny Schierz wrote:

> hi,
>
> i own a SB Live 5.1 Platinum and a Cambridge DTT25000. They're connected
> through the SPDIF Cable. How can i tell alsa 0.9Beta9 to send the AC3 streams
> in raw to my DTT25000.
>
> I know that the emu tools can that, but it doesn't works with alsa, if i
> trying "emu-config -t =ACTIVE"

We have a bit different usage. You can use the ac3dec tool available in
alsa-tools package (ac3dec -C <somefile.ac3>). Also, you can address the
raw S/PDIF device directly using device spdif: aplay -D iec958 <file.wav>,
but it doesn't set the NONAUDIO bit. The better command is:

aplay -D 'iec958:AES0=0x2,AES1=0x82,AES2=0x0,AES3=0x2' -f dat <file.ac3>


                                        Have fun,
                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
SuSE Linux    http://www.suse.com
ALSA project  http://www.alsa-project.org


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to