Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Speech: Do not pronounce hyphens during textual directions #732

Closed
lains opened this issue Jan 13, 2019 · 1 comment
Closed

Android: Speech: Do not pronounce hyphens during textual directions #732

lains opened this issue Jan 13, 2019 · 1 comment
Assignees
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

Comments

@lains
Copy link
Contributor

lains commented Jan 13, 2019

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.

@lains lains added enhancement Improving an existing feature (but there is no actual bug) android tts Related to the audio output (eg: of directions), aka text-to-speech labels Jan 13, 2019
@lains lains self-assigned this Jan 13, 2019
@lains
Copy link
Contributor Author

lains commented Jun 4, 2019

Was implemented in #761

@lains lains closed this as completed Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant