flutter_tts
flutter_tts copied to clipboard
Two letters read like acronym
🐛 Bug Report
Sometimes some short word or syllabes are read like an acronym (example, "na" seems "N.A."
Expected behavior
Just to read a word
Reproduction steps
await flutterTts.setLanguage("it-IT");
await flutterTts.setSpeechRate(0.2);
var result = await flutterTts.speak("na");
Configuration
Web Version: 0.1.x flutter_tts: ^2.0.0 Platform:
- [ ] :web: Chrome, Edge (mostly on Windows)
Isn't this totally decided by the TTS engine? What could flutter_tts do about it?