Skip to content

thorwe/CrossTalk

Repository files navigation

Logo

CrossTalk is a Teamspeak 3 plugin that enhances the general audio experience and provides advanced features for commanders.

Features

Positional Audio

The Positional Audio module enables you to hear clients from the position they are in a supported game. Positional Audio img

Stereo Position Spread

Stereo Position Spread

ChannelMuter

You want to listen only to a few selected people in a crowded channel? Meet the ChannelMuter.

Cross-Server Push-to-Talk & Whispering

Deprecated: Ducking

Ducking has its own plugin now

Deprecated: Radio FX

Radio FX has its own plugin now

Installation

It is recommended to install the plugin directly from within the client, so that it gets automatically updated. In you TeamSpeak client, go to Tools->Options->Addons->Browse, search for the "CrossTalk" plugin and install.

Support

If you have a question, please check this README, the wiki, and the list of known issues.

If you think you found a bug in CrossTalk, you can submit an issue.

Compiling yourself

After cloning, you'll have to manually initialize the submodules:

git submodule update --init --recursive

Qt in the minor version of the client is required, e.g.

mkdir build32 & pushd build32
cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_PREFIX_PATH="path_to/Qt/5.12.3/msvc2017" ..
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 16 2019" -A x64  -DCMAKE_PREFIX_PATH="path_to/Qt/5.12.3/msvc2017_64" ..