AceCentre / Echo

Echo is an AAC app designed for those with a visual difficulty and physical difficulty to access communication.
https://docs.acecentre.org.uk/products/v/echo
GNU General Public License v3.0
0 stars 0 forks source link

Single letters read incorrectly #52

Closed gavinhenderson closed 7 months ago

gavinhenderson commented 8 months ago

In the 'current word' section spaces are inserted between the letter so that the word is spelled out rather than pronounced.

However, this results in some single letters being read incorrectly, primarily 'a' is read as 'uh' sometimes.

The fix might be to give each letter to the TTS system on its own, i suspect the pronunciation issue is due to the TTS using context of each letter on its own.

There also might be a way to mark it up with some kind of SSML to force correct pronunciation

willwade commented 8 months ago

<say-as interpret-as="characters">SSML</say-as>

that may be the SSML you are looking for :)