CrossTalk is a Teamspeak 3 plugin that enhances the general audio experience and provides advanced features for commanders.
The Positional Audio module enables you to hear clients from the position they are in a supported game.
You want to listen only to a few selected people in a crowded channel? Meet the ChannelMuter.
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.
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.
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" ..