Comment 6 for bug 256593

Revision history for this message
Bo Simonsen (bo) wrote :

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 well here on my 64-bit machine.

Bo