Plactrix / teamspeak-plugin-radiofx-ts26

A TeamSpeak plugin that provides radio effects on incoming audio. Upped to TS API 26

Home Page:https://www.myteamspeak.com/addons/f2e04859-d0db-489b-a781-19c2fab29def

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

teamspeak-plugin-radiofx

Walkie Talkie? Walkie Talkie!

The RadioFX plugin enables you to hear clients as if they'd be talking through a walkie talkie. Independent settings are possible for Current ServerTab, Whispers, Other Tabs and channel specific.

The RadioFX plugin isn't tied to any game and thereby fills this gap as a generic solution.

Radio FX

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 "RadioFX" plugin and install.

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 15 2017" -DCMAKE_PREFIX_PATH="path_to/Qt/5.6/msvc2015" ..
popd
mkdir build64 & pushd build64
cmake -G "Visual Studio 15 2017 Win64"  -DCMAKE_PREFIX_PATH="path_to/Qt/5.6/msvc2015_64" ..

About

A TeamSpeak plugin that provides radio effects on incoming audio. Upped to TS API 26

https://www.myteamspeak.com/addons/f2e04859-d0db-489b-a781-19c2fab29def

License:MIT License


Languages

Language:C++ 88.2%Language:C 4.9%Language:CMake 4.0%Language:Python 2.9%