The
onEditMixedPlaybackVoiceDataEvent method that is showen in the examples saves a huge wav file (10 secs = 8,5mb).
Is there a way to change the format/compression so it becomes lighter?
Thanks...
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: patxiku; Keyword(s):
The
onEditMixedPlaybackVoiceDataEvent method that is showen in the examples saves a huge wav file (10 secs = 8,5mb).
Is there a way to change the format/compression so it becomes lighter?
Thanks...
I managed to get this.
In stead of using winsock2.h I've created a batch file that sends the machine ip to the server exe as parameter when launching.
@echo off
ipconfig |find "IPv4" >...
Hello, I need my server.exe to get any computer local address(192.168.1.x) that it is executed on.
The problem is that I can't include winsock2.h because with the TeamSpeak files it wont compile....
Thanks, this worked.
Hello.
Im trying to connect to my server with the Unity TS SDK example.
The connection doesn't work when I configure the script but it does when I connect several pcs to my server.
The script...