Android: Speech: Do not pronounce hyphens during textual directions #732
Labels
android
enhancement
Improving an existing feature (but there is no actual bug)
tts
Related to the audio output (eg: of directions), aka text-to-speech
When navigating, the TTS engine, at least in Android, pronounces hyphens.
For example, in french, it will pronounce:
"Saint hyphen German" for (Saint-Germain), instead of just "Saint Germain".
This could be solved by stripping all hyphens (and there are maybe further characters to strip) before sending the sentence to the TTS engine.
This could be applied to all platforms as these symbols are probably always silent.
The text was updated successfully, but these errors were encountered: