Moayad Hani Abu Rmilah
Moayad Hani Abu Rmilah

Reputation: 830

Android: How to force TextToSpeech to speak out the full stop "."

I have used the text to speech service to narrate a double number in an edit text. I used a function to separate the digits composing that double to force the narrator to read digits individually. I know the separation function works well and the narrator speaks out all the digits but without pronouncing "point" for the full stop.

I know it should act this way as "." is a full stop but I believe there is a way to force it to speak it out.

Upvotes: 1

Views: 304

Answers (1)

LeoR
LeoR

Reputation: 369

Not the most elegant solution, but you could always insert a string containing "point" between the number and the decimal digits.

Upvotes: 1

Related Questions