flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Flutter Text to Speech package

Results 159 flutter_tts issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report In (https://github.com/dlutton/flutter_tts/blob/3af42c523595176bf8475ae21865dd80a79c4bde/android/src/main/java/com/tundralabs/fluttertts/FlutterTtsPlugin.java) line 95 : this.onProgress(utteranceId, 0, utterances.get(utteranceId).length()); causes java.lang.NullPointerException after calling synthesizeToFile(..), because variable utterances only updated in method speak(..) - line 545 [] ###...

Hello, I think the question is self explanatory. I would like to know the reason why is it so? and if possible, get the same behaviour via some property on...

i copied example code but it can not works, it's even can not get a expect result of method flutterTts.getLanguages. I tried printing the snapshot values and got this: **AsyncSnapshot(ConnectionState.waiting,...

## 🐛 Bug Report ### Expected behavior WARNING: This version of flutter_tts will break your Android build if it or its dependencies aren't compatible with AndroidX. See https://goo.gl/CP92wY for more...

Hi, Is there any plan to implement pre / postUtteranceDelay? https://developer.apple.com/documentation/avfaudio/avspeechutterance/1619694-postutterancedelay Don't know if there is anything similar on Android. Regards, Sean

enhancement

## 💬 Questions and Help some times, the tts stop speaking automatically. if stop 2 seconds then speak, it will be improved. In order to stop the unfinished tts voice...

## 🐛 Bug Report App crashes on start at web android This feature is not supported at WebView Android https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance#browser_compatibility. App crashes when dart try to access `html.SpeechSynthesisUtterance`. Maybe we...

enhancement

## 🐛 Bug Report Log are showing tts are running, but no sound, `whenComplete` still trigger when end await ttsService.speak("somelongtext1"); await ttsService.speak("somelongtext2").whenComplete((){ print("done!"); }); ![image](https://user-images.githubusercontent.com/6957533/133046956-86ac73ed-e332-4f46-825e-753a02f59780.png) ### Expected behavior have sound...

Couldn't retrieve ISO 3166 country code for locale: sq_XK W/TextToSpeech(18089): java.util.MissingResourceException: No 3-letter country code for locale: sq_XK Latest Version: 3.2.2

## 🐛 Bug Report I have worked on a language app (Learning English vocabulary for French students) and I use Flutter TTS a lot. I was satisfied with the voice...