You are not logged in.
When I'm playing a match of Enemy Territory I would like to still here the sound that TeamSpeak produces. I've tried numerous things, but I can't get ET and TS to work together.
Does anyone have a succes story they can share with me?
my current .asoundrc:
pcm.my_card {
type hw
card 0
# mmap_emulation true
}
pcm.dmixed {
type dmix
ipc_key 1024
# ipc_key_add_uid false # let multiple users share
# ipc_perm 0666 # IPC permissions for multi user sharing (octal, defa ult 0600)
slave {
pcm "my_card"
# rate 48000
# period_size 512
}
}
pcm.dsnooped {
type dsnoop
ipc_key 2048
slave {
pcm "my_card"
# rate 48000
# period_size 128
}
}
pcm.asymed {
type asym
playback.pcm "dmixed"
capture.pcm "dsnooped"
}
pcm.pasymed {
type plug
slave.pcm "asymed"
}
pcm.dsp0 {
type plug
slave.pcm "asymed"
}
pcm.!default {
type plug
slave.pcm "asymed"
}
Thanks in advance,
Marco
was known as 'Chestah'
Last.fm profile
Offline
I had the same problem a while ago. The thing was that ET opened the sound-device in full-duplex mode (recording and playing at once) while TeamSpeak tried to do the same thing. But somehow this is not possible with the OSS Emulation of Alsa. So you've to overwrite the game's defaults by doing something like that:
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm1c/oss
I've no idea what exactly each line is good for and maybe you have to adjust this a bit, but I guess a google search will reveal it. I put this lines into /etc/rc.local so I don't have to do this manually after each reboot.
Offline
Err... Have you guys tried using aoss? That seems to work without blocking up everything.
Offline
Aoss doesn't seem to work with enemy territory
But as far as i can tell it works just fine with teamspeak
This one:
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
won't work for me :S aka it won't help
Offline
oss2jack or oss commercial is the only way afaik. maybe joss might work but i don't remember.
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