PDA

View Full Version : Sound problem.


amathis
09-07-2007, 18:31
I am having trouble with in-game sound using teamspeak RC2 and Enemy-Territory. I know my sound is multi-channel, because my music player can play while teamspeak is running, and also my music can play while in-game, but for some reason while teamspeak is open enemy territory won't make any sound.. I do not know if this is a problem with the teamspeak linux client or what.. Can anyone give me any insight? Thank you.

Kr15.fr
14-07-2007, 23:45
I have the same problem but with Steam counterStrike Source.

anyone with a solution ?

Cyrus
15-07-2007, 14:14
1. Use alsa-oss wrapper for TeamSpeak 2 (man aoss)
2. Configure your other applications (ET, wine) to also use ALSA / use alsa-oss (man aoss, winecfg)
3. Configure dmix if it is not already

Kr15.fr
16-07-2007, 21:17
ok but i've got a integrated soundcard (nforce 3 with chipset realtek ALC850)
and it seems that this config couldn't work fine because of the Hardware mixing not compatible chipset.

I'm waiting for a creative Audigy2 ZS to solve the problem.

Cyrus
16-07-2007, 21:58
ok but i've got a integrated soundcard (nforce 3 with chipset realtek ALC850)


No problem with that: I was running Steam, Amarok and TS2 at the same time in the past also on an integrated nforce4 chip without hardware mixing capabilities

Kr15.fr
17-07-2007, 05:39
hm.....

I'm lauching TS with : aoss teamspeak in the shortcut
and winecfg is configured to use only alsa.

When i launch TS, and after CSS, i have sound and mic in TS, but no sound in CSS
When i launch CSS, and after TS, i have sound and mic in TS, but no sound in CSS
If i launch only CSS, i've got sound but crackling
If i launch only TS, sounds great !

I have created a file /etc/asound.conf in which i've copy/paste this :
pcm.card0 {
type hw
card 0
}

pcm.dmixer {
type dmix
ipc_key 1025
slave {



pcm "hw:0,0"
period_time 0
period_size 2048
buffer_size 32768
rate 48000
}
bindings {
0 0
1 1
}
}

pcm.skype {
type asym

playback.pcm "dmixer"
capture.pcm "card0"
}

pcm.!default {
type plug
slave.pcm "skype"
}

after in ~/.asoundrc :pcm.css {
type asym
playback.pcm "hw:0"
}

And$ sudo gedit /etc/esound/esd.conf
At the end of the line beginning withspawn_options=
i've put-d dmixer
I've got alsa-oss installed, and wine 0.9.41

Then i created a file and edit it$ gedit ~/conf_alsa_wine.reg
[HKEY_CURRENT_USER\Software\Wine\Alsa Driver]
"AutoScanCards"="N"
"DeviceCount"="1"
"devicePCM1"="css"

[HKEY_CURRENT_USER\Software\Wine\DirectSound]
"DefaultBitsPerSample"="16"
"DefaultSampleRate"="48000"
"HardwareAcceleration"="Full"

[HKEY_CURRENT_USER\Software\Wine\Drivers]
"Audio"="alsa"

Then i ran it$ wine regedit ~/conf_alsa_wine.reg

But with all these config, it doesn't work !!

Hope someone could help me !