it is a well known TTS problem, even with some AI natural language TTS, that some words don't pronounce well.
Examples:
regex Sounds like "rejects"
- From personal experience, branded app caps words such as "LOCKLY" are almost always pronounced "L" "O" "C" "K" "L" "Y".
A list of examples would never be exhaustive.
Regardless of any list of examples, a user would inevitably eventually want to be able to customize the pronunciation of some words.
Hopefully this can be handled with a fairly simple UI that provides:
- a list of custom words showing the word and the custom pronunciation
- a button to add a pair (word -> pronunciation)
- a button to edit a pair
- a button to delete a pair
- a button to test the pronunciation
- OK/Save/Close as appropriate
it is a well known TTS problem, even with some AI natural language TTS, that some words don't pronounce well.
Examples:
regexSounds like "rejects"A list of examples would never be exhaustive.
Regardless of any list of examples, a user would inevitably eventually want to be able to customize the pronunciation of some words.
Hopefully this can be handled with a fairly simple UI that provides: