TTS reads underscores (_) on android but not on iOS in a sentence
Hello,
I think the question is self explanatory. I would like to know the reason why is it so? and if possible, get the same behaviour via some property on both android and iOS to not read underscores (_).
Regards
@madhav0922 the easy answer is that they use different TTS engines, however I'll check if there is an option to ignore it on Android.
Oh alright, let me know. Thank you
@madhav0922 unfortunately I haven't found a solution within the Android API to ignore certain characters. Could you possibly do a string replace to replace the underscores found in the text with something else?
Sure, thanks!