jhakonen / wot-teamspeak-mod

Mod for integrating TeamSpeak into World of Tanks
GNU Lesser General Public License v2.1
36 stars 8 forks source link

Positional audio (3D audio) #3

Closed jhakonen closed 8 years ago

jhakonen commented 9 years ago

In order to better get the idea where a player's tank is located on the battle field the mod should provide positional audio.

TeamSpeak supports positional audio. All the mod needs to do is to pass users' 3D positions in the battle field to TeamSpeak. The TeamSpeak client will then modify user's speech so that it appears to come from certain direction.

Unfortunately TeamSpeak's client query plugin doesn't provide any way to pass that information so this feature would require implementation of a custom TeamSpeak plugin.