Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mpd and dmix: cannot play sounds with dmix and gaim/xmms
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
btsht23
n00b
n00b


Joined: 25 Aug 2005
Posts: 37

PostPosted: Thu Feb 23, 2006 3:52 pm    Post subject: mpd and dmix: cannot play sounds with dmix and gaim/xmms Reply with quote

hiho @all,

i am having a problem using mpd with the alsa plugin dmix. i can hear sounds from gaim while playing music with xmms, but i cannot hear any sounds from gaim while playing music with mpd...
do you know what i did wrong?

my /etc/asound.conf:
Code:

pcm.dmixer {
    type dmix
    ipc_key 1024
    ipc_key_add_uid false
    ipc_perm 0666         # mixing for all users
    slave {
        pcm "hw:0,0"
        period_time 0
        period_size 1024
   buffer_time 0
        buffer_size 4096
    }
    bindings {
        0 0
        1 1
    }
}

pcm.dsp0 {
    type plug
    slave.pcm "dmixer"
}

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

ctl.mixer0 {
    type hw
    card 0
}

my /etc/mpd.conf:
Code:

ao_driver      "alsa09"
ao_driver_options   "dev=plug:dmixer"


Can you help me?
Back to top
View user's profile Send private message
artificio
Apprentice
Apprentice


Joined: 15 Sep 2004
Posts: 183

PostPosted: Sat May 20, 2006 4:04 am    Post subject: Reply with quote

Have you tried using dev=default?
I don't know much about the actual mechanics, but at the end of this post I have my config files for a working dmix/mpd/player/etc... Hopefully that can help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum