Hi,

I made an asound.conf file that looks like this:

|pcm_slave.convert48k {
       pcm "spdif"
       rate 48000
}

pcm.spdif_playback {
       type plug
       slave convert48k
}

pcm.asym_spdif {
       type asym
       playback.pcm "spdif_playback"
       capture.pcm "plughw:0"
}
pcm.!default asym_spdif|

The problem is that I can't hear two concurrent audio streams at the same time when using the default device. I tried setting things up using dmix, but failed miserably. Any ideas what to do to make two applications play simultaneously through spdif based on this configuration? (It's mainly to get Flash to play through S/PDIF).

Thanks,
   Radu
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to