-I use alsa
-I want to be able to play more than 1 stream at a time
-I have tried esound & arts, but that was too high audio latency
-My audio chipset is a CM8738 (C-media, integrated on a MSI motherboard)
so I tried to setup this dmix thingy to make support for multiple streams, bud it didn't work out so well.
here's my .asoundrc:
Code: Select all
pcm.!default {
type plug
slave.pcm dmixer
}
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid true
slave {
pcm "hw:0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
}
and if none are able to answer:
is there any way to decrease audio latency in esound/arts, so that I could:o use them?
ty,
-- triablo




