On Sun, Mar 28, 2004 at 08:29:38PM +0200, Oded Arbel wrote:
> ultimatly I'd like to get the aRts driver to work as all my applications 
> currently use it. alternativly I'd either get it to work with NAS which arts 
> can play with or ALSA if I can get dmix to work (not much chance of that).

I have dmix working allright, happily mixing all sound which's played
thru libasound on my machine. Keep in mind this is not kernel-level
mixing, so it depends on all apps playing along and using ALSA's libasound.

My /etc/asound.conf has:

pcm.!default{
        type plug
        slave.pcm "dmixer"
}

pcm.dmixer
{
        type dmix
        ipc_key 321457
        slave {
                pcm "hw:0"
                rate 44100
                buffer_size 65536
        }
}

ctl.dmixer {
        type hw
        card 0
}

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to