This plugin adds the possibility to have text to speech on non-windows systems, which is not working by default.
The plugin is built using the TS3Plugin library.
- eSpeak
- aplay
It should be fairly simple to adjust the tts
function to get the plugin
working with other text to speech software or on windows.
Compile the plugin using cargo build
(optionally with --release
) and put
the resulting library into your TeamSpeak plugin folder.
This project is licensed under the GPLv2 or later license. The full license can
be found in the LICENSE
file.