voice delivery problem(android version 9.x and 10.x)
hello. I am using open source well. Voice communication is good in android version 4.x to 8.x. But the voice is always cut off in android version 9.x and 10.x. I don't know what the cause is. Could you test the problem and fix it?
Hi Thank you for feedback. There are some problems with audio playing code on the receiver side, i am working on it now but can not promise the fix will be available soon.
Thank you for your reply. And thank you personally for sharing good source. I hope the problem will be solved even if it is not right now. I always cheer for you.
If it still matter... I redesigned audio playback code and now it works much better on my test device (Galaxy A6 with Android 10). I did not updated the APK on google play yet, but you could play with it if build from sources.
Thank you very much! I will test it and give you the result.
In WalkieService.java file,
final Collider.Config colliderConfig = new Collider.Config();
colliderConfig.threadPriority = Thread.MAX_PRIORITY;
I cannot find symbol variable threadPriority in the Collider.Config class. I think you probably need to update your code in js-labs/js-collider. please check.
If it still matter... I redesigned audio playback code and now it works much better on my test device (Galaxy A6 with Android 10). I did not updated the APK on google play yet, but you could play with it if build from sources.
Was this fix uploaded on the f-droid repository? I have a garbage sound during receiving on Android 10, but it sounds well during broadcasting from it
Sorry for delay. Yes, the app on f-droid corresponds to the most recent source code available on github. Unfortunately if you still experience some issues with sound it will be hard for me to find the problem while i can not reproduce it locally on my devices...