Hello! We are improving accessibility for Talkback in our android app.
Faced with the problem of voice acting through Samsung TTS and simple android TextView with the formatted text for example “1 000 ₽”, what must reading as “one thousand russian roubles”. Samsung TTS engine reads his incorrect as “one zero zero zero” and ignores the currency.
Hello. I’m not sure about the currency issue, But reading “1 000” as “One zero zero zero” seems to be working as intended by the speech engine. If you want to have this be read as “One thousand” you could try trimming the spaces programmatically from between the digits when reading using TTS.
Similar problem, but this time only for the Swedish language TTS: Amounts such as 48283 are pronounced “fourty-thousand eight-thousand…” instead of “fourty-eight-thousand…” (actually, the words are a little bit different in Swedish, but in principle this is what happens).
I upgraded the text-to-speech engine, but no difference. When I switch to a Google TTS however, the problem is gone.
Did you try trimming the spaces programmatically from between the digits when reading using TTS. This has worked in the past. How are you currently doing it with your program?
Thanks for the prompt reaction! I am aware there are often problems when there are spaces between digits. However, this is not the case this time. There are no spaces to trim.
Also, I do not get the same problem when I set my screen reader to French and read the same number. So it seems to be a bug specifically in the Swedish language resources in the Samsung TTS engine. It is not only in my own app, but a recurring problem for large number pronunciation in Swedish with this TTS.