Special symbol crashes Client returns
The special character Client Crash returns in. 3.1 Beta. Here There symbol that you guys can make a Hotfix. ***LINK REMOVED***
The Android Beta Client 3.1.0 16 Aug 2016 doesn't have any issues with that symbol and doesn't crash, just the Win and Linux clients.
:-* Jomant
Client 3.1 Beta Crash (" weird unicode characters")
The old "Bug" returns.
characters: ***CODE REMOVED***
Fix: I think you know how to fix it.
FAST Fix ***LINK REMOVED***
TSł 3.1 Beta 64
Windows 10
Have a nice day!
Another Plugin Callback Error
I have to report another plugin callback error:
The function
Code:
void ts3plugin_onEditCapturedVoiceDataEvent(uint64 serverConnectionHandlerID, short* samples, int sampleCount, int channels, int* edited)
is called with wrong values for the parameter 'channels'. In mono channels it is 2 and in Stereo (aka Opus Music) Channels it is 1. In the old version it was the other way round, which makes much more sense ;)
/Edit: it's not always exactly the wrong way round but the parameters of that function are most certainly broken.