gotev / android-speech

Android speech recognition and text to speech made easy
http://gotev.github.io/android-speech/
Apache License 2.0
473 stars 156 forks source link

Letter 'E' is pronounced as 'A' #31

Closed bytekode closed 5 years ago

bytekode commented 5 years ago

Output I hear for the following line of code is 'A' Speech.getInstance().say("E")

Let me know if you need anything else from my side.

gotev commented 5 years ago

By default Locale.getDefault() is used so it depends on your device language. You can force a particular language by using setLocale on the Speech instance.