You are not logged in.
Pages: 1
I'm having a problem with multiple sounds playing at once. I guess it's not really a problem... more of an inconvenience.
I'm trying to setup awesome, and I can't play music and watch mplayer at the same time. Why would I want to do that? I have no idea, but I want to be able to
I just booted into KDE, and there isnt a problem, I can have amarok, mpd, and mplayer all playing things at the same time. I'm guessing this has to do with the arts server in kde? How would one go about having it work in awesome? I've read the wiki about multiple sounds playing at once, but that didn't help.
Offline
I'm using kde without arts and I can play sounds simultaneously fine.
Maybe you are trying to play through oss?
try: mplayer -ao alsa filename
mplayer -ao alsa otherfile
Offline
Actually that probably is the problem... I noticed that mplayer was using oss to play files. But mpd uses alsa, so shouldnt they be able to co-mingle?
UPDATE: That fixed it! Weird that mplayer would use alsa by default in kde and oss by default here? Just one more question, is there a way to set mplayer's default to alsa?
Last edited by heleos (2008-05-25 07:09:09)
Offline
Just one more question, is there a way to set mplayer's default to alsa?
Add
ao=alsa
to ~/.mplayer/config.
Offline
Pages: 1