flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Two letters read like acronym

Open Fabrizio1407 opened this issue 4 years ago • 1 comments

🐛 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)

Fabrizio1407 avatar Dec 21 '20 18:12 Fabrizio1407

Isn't this totally decided by the TTS engine? What could flutter_tts do about it?

twogood avatar Feb 22 '21 17:02 twogood