flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

In en_US, the pronunciation of letter "A" is [Ι™], can I force the pronunciation like [ei]?

Open jacksun0124 opened this issue 4 years ago β€’ 2 comments

πŸ’¬ Questions and Help

Provide question related to this flutter plugin.

Hi, I am creating an App which teaches children to read simple words. When reading a single word, it should read each letter first, then read it as a whole word. For example, when reading the word β€œbanana”, it read each letter like β€œb” β€œa” β€œn” β€œa” β€œn” β€œa”. The problem is when reading the letter β€œa”, the pronunciation is [Ι™]. So is there a way to fix it or work round it?

jacksun0124 avatar May 03 '21 02:05 jacksun0124

@jacksun0124 is this occurring on all platforms or is this specific to a single platform such as Android?

dlutton avatar May 03 '21 06:05 dlutton

So far, I tested on Android, Ios, and Mac App. I just found the pronunciation of "a" on Android is [ei]. However, the pronunciation on IOS and Mac app is [Ι™]. Any idea on how to fix it??

jacksun0124 avatar May 04 '21 04:05 jacksun0124