[Bug 256593] Re: No sound/microphone in TeamSpeak

2013-02-24 Thread paltas
I believe that the /usr/bin/teamspeak should be changed to something like that #!/bin/sh # # This file is public domain. export LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so export LD_LIBRARY_PATH=/usr/lib/teamspeak-client /usr/lib/teamspeak-client/teamspeak.real $@ This works very

[Bug 256593] Re: No sound/microphone in TeamSpeak

2008-08-26 Thread o_portista17
I think that my problem is within ubuntu, because if i talk without opening TS, i can hear myself loud and clear, if i open TS, i can hear the other people, but they can't hear me. I've tried once to use a record program, but it didn't recorded my voice... There's a few things here that i can't g

[Bug 256593] Re: No sound/microphone in TeamSpeak

2008-08-25 Thread Gaspard Leon
o_portista17: Can you record anything with the microphone? Try another program.. if that works, it's a problem with teamspeak.. if it doesn't work try the volume controls for recording.. if that still doesn't work.. I'm not sure. -- No sound/microphone in TeamSpeak https://bugs.launchpad.net/bug

[Bug 256593] Re: No sound/microphone in TeamSpeak

2008-08-24 Thread Vadim Peretokin
"padsp teamspeak" worked for me, thanks -- No sound/microphone in TeamSpeak https://bugs.launchpad.net/bugs/256593 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ub

[Bug 256593] Re: No sound/microphone in TeamSpeak

2008-08-22 Thread o_portista17
hello, i've tried the way you said, but i still have a problem. now i can hear the rest of the people, but they can't hear me... ;( isn't there a way to use alsamixer, or something? -- No sound/microphone in TeamSpeak https://bugs.launchpad.net/bugs/256593 You received this bug notification becau

[Bug 256593] Re: No sound/microphone in TeamSpeak

2008-08-22 Thread Gaspard Leon
I had to edit the shell script that the teamspeak package installs to get teamspeak to actually use PulseAudio: open a terminal and enter: sudo gedit /usr/bin/teamspeak find line 6 or so: /usr/lib/teamspeak-client/teamspeak.real $@ alter it to: padsp /usr/lib/teamspeak-client/teamspeak.real $@