https://bugs.winehq.org/show_bug.cgi?id=39717
Bug ID: 39717 Summary: Pulseaudio driver corrupts ALSA microphone input in native TeamSpeak Product: Wine Version: 1.8-rc2 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winepulse.drv Assignee: wine-bugs@winehq.org Reporter: descent1@gmx.net Distribution: ---
On my system I use ALSA directly, so no PulseAudio at all.
Since Pulseaudio support has been merged (with wine 1.7.55), the following happens to me:
-I open the native TeamSpeak client and join any server -The microphone is working as expected -I open any program with wine, e.g. Steam oder Age of Empires II HD -Microphone input doesn't work anymore in TeamSpeak - I have to restart it to make it work again
This didn't happen with wine <= 1.7.54. I previously noticed this issue on wine-staging - both 32 bit and 64 bit prefixes have been tested.
My soundcard uses the emu10k1 driver (Creative Labs SoundBlaster Live! 5.1 SB0100).
Other system specs: openSUSE Linux 13.2 x86_64 Kernel: 3.16.7-29-desktop ALSA: 1.0.28
https://bugs.winehq.org/show_bug.cgi?id=39717
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #1 from Vijay Kamuju infyquest@gmail.com --- Can you also check with 1.8 rc2
https://bugs.winehq.org/show_bug.cgi?id=39717
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |aeikum@codeweavers.com
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #2 from Andrew Eikum aeikum@codeweavers.com --- Please also attach a debug log with the channels from http://wiki.winehq.org/Sound.
What do you mean by "microphone input doesn't work"? Corrupted audio? Silence? TeamSpeak fails to identify a microphone?
Have you tried explicitly setting the audio driver in the registry? See http://wiki.winehq.org/UsefulRegistryKeys.
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #3 from Philipp Lorenz descent1@gmx.net --- Created attachment 52971 --> https://bugs.winehq.org/attachment.cgi?id=52971 Debug log - actions done: open winecfg, switch to "Audio" tab
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #4 from Philipp Lorenz descent1@gmx.net --- The error also exists on 1.8rc2.
With microphone input doesn't work I mean that TeamSpeak still detects the input device, but it says "Error, could not open the recording device".
The sound driver in the registry is already set to "alsa".
I attached the debugging output. It is enough to open winecfg and switch to the Audio tab.
Thanks for helping! :)
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #5 from Andrew Eikum aeikum@codeweavers.com --- The pulse driver never gets loaded... how could it be related?
Do you build Wine yourself? If so, can you try configuring with "--without-pulse" and see if that changes the behavior?
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #6 from Philipp Lorenz descent1@gmx.net --- I'm not sure how it could be related, but it certainly came with the Pulseaudio update. Maybe something has been changed in the sound API generally which also affected the ALSA driver. I didn't build wine myself.
https://bugs.winehq.org/show_bug.cgi?id=39717
--- Comment #7 from Philipp Lorenz descent1@gmx.net --- I still don't know if this is wine's fault or not, but I could solve it for me by setting the input device in TeamSpeak to "Multichannel Capture", so it runs fine now. As soon as I switch back to "system default" and open a wine application, the problem appears again.