Hi!

I am using the latest alsa rc and want to try out dmix with an intel8x0.
XMMS is working just fine and I am able to play a sound with aplay at
the same time. But mplayer has problems. mplayer freezes when a stream
is already playing. So I use the option "-ao alsa9:dmixer" and it works.
But when I play a media file, which has a sample rate less than 44100,
the playback is too fast. 44100 and 48000 are working just fine.

So I think there has to be a problem with the conversion.

This is my asound.conf:

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
            rate 44100
        }
        bindings {
            0 0
            1 1
        }
    }
 
    ctl.dmixer {
        type hw
        card 0
    }

I don't know if it is a problem in alsa or maybe it is a problem of the
alsa plugin in mplayer.

Thanks anyway!
-- 
Regards, 
  André


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to