You are not logged in.
I'm looking at wiki here but there's tons of different software mixers and I don't know which one to go for. I think I use alsa-drivers for everything regarding sound and I want to play like; mplaye, xine-ui and xmms at the same time. Any suggestions?
/Richard
If you must have must. Have must.
- DKE supporters about this wonderful swedish soda.
Offline
I think a lot of people use dmix for that. I haven't tried any of these mixers so I can't say much more.
Offline
As of the current version of ALSA, dmix actually does work by default. Took bloody long enough, but worth it.
Offline
As of Alsa 1.09rc2 dmix is automatically configured in Alsa.
All your programs that use Alsa should be able to play at the same time.
Collecting data is only the first step toward wisdom.
But sharing data is the first step toward community.
Offline
I just noticed that you guys are completely right. I remember hearing gaim screeming so after some experimenting I believe that it's xmms not using alsa. Gaim and mplayer/xine works fine together but xmms gives me a message saying that my soundcard is blocked. Should I configure it or change mp3 player? If so any hot tips?
If you must have must. Have must.
- DKE supporters about this wonderful swedish soda.
Offline
It's been a long time since I used XMMS,
but if you have the right XMMS plugin (to use alsa output)
you can change it in the settings.
Ps: my favourite audio players are
1. mpd + mpygmy or ncmpc for Speed and Console
2. amaroK for Looks and Features
Collecting data is only the first step toward wisdom.
But sharing data is the first step toward community.
Offline
I just noticed that you guys are completely right. I remember hearing gaim screeming so after some experimenting I believe that it's xmms not using alsa. Gaim and mplayer/xine works fine together but xmms gives me a message saying that my soundcard is blocked. Should I configure it or change mp3 player? If so any hot tips?
Configure XMMS to use ALSA in that case. However, I thought OSS would work just as fine since the OSS emulation layer is over ALSA with dmix...
Offline
It usually does, but for some applications it doesn't... No idea why.
Offline
I just changed xmms to use ALSA and it's now mixing fine.
Configure XMMS to use ALSA in that case. However, I thought OSS would work just as fine since the OSS emulation layer is over ALSA with dmix...
I don't know what OSS emulation layer means but I'll check it up. Sounds useful!
Ps: my favourite audio players are
1. mpd + mpygmy or ncmpc for Speed and Console
2. amaroK for Looks and Features
I'll check out mpd/mpygmy. I think I've tried amaroK back in Debian but it (if I rembember it correct) was pretty much overkill. I want like; playlists, shuffle function and a queue fumction. That's why I use xmms (and I'm an old Winamp/Windows user).
Thanks for the help!
Regards
Richard
[edit]
082419/home/riwa# ncmpc
error [15]: problems getting a response from "localhost" on port 6600 : Connection refused
I also got:
082149/home/riwa# mpd
problem opening file "//.mpd/mpd.log" for writing
[/edit]
If you must have must. Have must.
- DKE supporters about this wonderful swedish soda.
Offline
Follow this guide for mpd
(mpd hasn't got very much functionality though, it's just cool, and light)
http://wiki.archlinux.org/index.php/MPD … yer_Daemon
btw: it's pygmy instead of mpygmy, I said it wrong
Collecting data is only the first step toward wisdom.
But sharing data is the first step toward community.
Offline
didn't want to starta new thread, because got a few questions about this same topic
how to enable that few applications could use sound card????
i've got i up and running, but it seems that i can't play sound from 2 apps at the same time...tried xmms and VLC, xmms and mp3blaster, VLC and mp3blaster... result is the same,while 1 of them is playing, others say that card is locked...
found a guide about it on wiki, but again some problems...
/etc/asound.conf doesn't exist in my system and i don't know where to put that config...
/etc/libao.conf allso is not in my system...
and i'm stuck... plz help :oops:
Offline
just create the files if they are not there. like
touch /etc/{asound.conf,libao.conf}
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
still didn't work...
created them... and still the same... checked all aps to use alsa... but it's still the same...
Is it depends on alsamixer configuration???
Maybe got to unmute something to make it work???
Offline
still didn't work...
created them... and still the same... checked all aps to use alsa... but it's still the same...
Is it depends on alsamixer configuration???
Maybe got to unmute something to make it work???
You shouldn't have to unmute anything at all. Perhaps for some weird reason it's not activated by default on your box, in that case put this in your users ~/.asoundrc
pcm.dsp0 {
type plug
slave.pcm "dmix"
}
ctl.mixer0 {
type hw
card 0
}
Offline