Yes, I'm using ALSA; I'm using KDE for my desktop. I found a site telling me that to get software audio mixing I had to add some stuff to my ~/.asoundrc file, but that didn't help very well so I commented it out again... here's the current contents of the file, in case you'd care to look at it:
Code:
pcm.intel8x0 {
type hw
card 0
}
ctl.intel8x0 {
type hw
card 0
}
#pcm.!default {
#type plug
#slave.pcm "swmixer"
#}
#pcm.swmixer {
#type dmix
#ipc_key 1234
#slave {
#pcm "hw:0,0"
#period_time 0
#period_size 1024
#buffer_size 4096
#rate 44100
#}
#}