WalkieTalkie icon indicating copy to clipboard operation
WalkieTalkie copied to clipboard

voice delivery problem(android version 9.x and 10.x)

Open miny801004 opened this issue 5 years ago • 7 comments

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?

miny801004 avatar Jul 30 '20 05:07 miny801004

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.

js-labs avatar Jul 30 '20 13:07 js-labs

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.

miny801004 avatar Jul 31 '20 00:07 miny801004

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.

js-labs avatar Aug 29 '20 12:08 js-labs

Thank you very much! I will test it and give you the result.

miny801004 avatar Aug 30 '20 23:08 miny801004

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.

miny801004 avatar Oct 05 '20 07:10 miny801004

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

nickbash11 avatar Nov 03 '23 16:11 nickbash11

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...

js-labs avatar Dec 10 '23 17:12 js-labs