TeamSpeak 3 Plugin Audio Question

Hi,

I am working on a plugin for the TeamSpeak 3 client. I am trying to access the audio data that is provided by the ts3plugin_onEditPlaybackVoiceDataEvent function. Does anyone know what the format of the data is? I get a pointer to an array of Shorts and just one channel. Are the channels sent separately? I should have two channels.

Thank you,
Brian

Well, it’s damn well hidden, but there is some (outdated) documentation for the SDK. You can find a PDF in the version 23 release on Github. Release Plugin SDK API 23 · teamspeak/ts3client-pluginsdk · GitHub
The documentation for the audio part seems to still hold up and was well enough written that even I could understand it.

2 Likes

Thank you, so much! I will look at it!

3 Likes