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

Record and playback TS audio #17

Open jhakonen opened 9 years ago

jhakonen commented 9 years ago

When recording a .wotreplay file the TS plugin records any speech audio in TS (including your own speech). The audio would be stored to same folder as the replay-file.

When replaying a .wotreplay file in game, the python mod automatically plays back the recorded audio as well. The mod must be able to sync the audio with the replay's playback: jumping in time and increasing/decreasing playback speed.

The recorded audio file would be a compressed archive which contains every TS user's speech as PCM audio file. Each audio file name should contain player's ID (if known) so that the mod can also position the audio sources in battle.

Ways to implemented the sound playback:

Questions: