I just what to say: GOOD work!

I can run xmms, aplay, ogg123 and mplayer at the same time. 

Here is my recipe for success:

xmms, 1.2.8, using alsa plugin, user defined output: dmixer, rest
default
mplayer 1.0-pre2: using -ao alsa9:dmixer

my ~/.asound:

pcm.!default {
        type plug
        slave.pcm "dmixer"
}
 
pcm.dsp0 {
        type plug
        slave.pcm "dmixer"
}
 
pcm.dmixer  {
        type dmix
        ipc_key 1024
        slave {
                pcm "hw:0,0"
                period_time 0
                period_size 1024
                buffer_size 8192
                #periods 128
                rate 44100
        }
        bindings {
                0 0
                1 1
        }
}
 
ctl.mixer0 {
        type hw
        card 0
}

screenshot: http://www.cs.auc.dk/~enrique/screenshot.png

-- 
Mvh. / Kind regards 
Henrik Farre 

http://www.cs.auc.dk/~enrique



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to