TeamSpeak SDK for Android using Qt

I am trying to use TeamSpeak SDK on Android using Qt

1 - I link the .so file with the TeamSpeak SDK to my Qt project

2 - Release both the APK file and configure it on my Android phone

It works great, no problem, and connects to the TeamSpeak server, but I can’t open the Mic or Speaker device.
When I try to use ts3client_getCaptureModeList and ts3client_getPlaybackModeList to see the available devices, I cannot find anything.

I encounter this problem on Windows when I do not add the soundbackends file that comes with the TeamSpeak SDK. I think the TeamSpeak SDK should have an audio file for Android too.

What I'm trying to do is take sound files in Windows, add them to my Android phone, add a path to the sound backends (which is / storage / emulated / 0 /), but it does not work.

The question is, where can I get these files or what should I do to make the sound work?

+5
source share

Source: https://habr.com/ru/post/1257797/


All Articles