ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
603 stars 154 forks source link

tts progress not working on android #202

Open dogankablan opened 2 years ago

dogankablan commented 2 years ago

tts progress not working on android.

jeroenptrs commented 1 year ago

To elaborate on this:

I am currently experiencing issues on Android 12 - at the very least on Samsung devices using Android 12 but it is assumed to impact Android 12 as a whole.

What I currently see is sporadic updates of progress, instead of a consistent flow. Example this is what it looks like on Android 12:

Screenshot 2022-12-19 at 11 56 45

The behaviour we expect to see (this was working on Android 11 as well, but the screenshot is from Android 13):

Screenshot 2022-12-19 at 11 56 32

Both screenshots are for the same piece of text being spoken. My app heavily relies on progress which means it's busted right now.

I'm assuming this issue is actually on Android's side and not on react-native-tts, but I still feel it's a good thing to discuss it here as well a) for visibility b) if anyone has any diagnostics to share or more info/context to give.