Bjørn Damstedt Rasmussen
Bjørn Damstedt Rasmussen
With Xcode 13 you can build "multi-arch" binaries (universal binaries), i.e. you can compile with "-arch arm64 -arch x86_64". Here's how I use CMake ExternalProject to build an OPUS universal...
> @bear101 is this issue still usefull now that the TTS announce focus changes in tree on MacOS? I've published a new beta that uses Qt 6.4 beta2
Maybe the playingChanged() signal can be used: https://doc.qt.io/qt-6/qsoundeffect.html#playingChanged. I, however, don't know if the underlaying implementation guarantees that the file is fully played.
Do you get any resolutions listed when you toggle between RGB32, I420 and YUY2?
Nope, I'm working on other tasks
I don't have an Android phone so I cannot develop it for Android. You're welcome to do it :) On 03/07/2019 19.32, beqa gozalishvili wrote: > > @bear101 what about...
Here's how TextMessages are split: https://github.com/BearWare/TeamTalk5/blob/android-recv-longmsg/Client/TeamTalkAndroid/src/main/java/dk/bearware/data/MyTextMessage.java#L62 Here's how TextMessages are combined: https://github.com/BearWare/TeamTalk5/blob/android-recv-longmsg/Client/TeamTalkAndroid/src/main/java/dk/bearware/data/MyTextMessage.java#L99
Here's an example of sending a TextMessage: https://github.com/BearWare/TeamTalk5/blob/android-recv-longmsg/Client/TeamTalkAndroid/src/main/java/dk/bearware/gui/MainActivity.java#L846
@beqabeqa473 Maybe you could also have a look at this
Phew, seems Google has once again changed their API... :(