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 `synthesizeToFile` runs really slow (up to 8000ms) on iOS, while it only takes ~300ms to finish on Android ### Expected behavior `synthesizeToFile` shouldn't run that slow...

## πŸ› Bug Report When running `synthesizeToFile` concurrently to generate multiple files at once, only the first file is generated. This happens on both Android and iOS ### Expected behavior...

enhancement

hi why I got error Restarted application in 3,478ms. E/flutter ( 5540): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: MissingPluginException(No implementation found for method getLanguages on channel flutter_tts) E/flutter ( 5540): #0 MethodChannel._invokeMethod E/flutter...

## πŸ› Bug Report When I build my app in debug mode everything works OK. But, in release mode, although the tts engine is set to default (com.google.android.tts) correctly, the...

## πŸ› Bug Report When speaking this text: ```ssml Texto que vem antes, entΓ£o This is a test, depois o texto que vai depois. ``` and adding this line: ```dart...

## πŸ› Bug Report ### Expected behavior I see a problem with setHandlerProgress call back in the Android real devices. Value's callback doesn't correspond to the spoken word. It invokes...

Just like the title says, this behavior is inconsistent but tends to fail 50% of the time. I'm currently only using this on Android. As a workaround I wait a...

bug

## πŸš€ Feature Requests it'd be nice if synthesizeToFile would somehow accept a full path to file (or maybe new method could be added to solve this) - otherwise some...

enhancement

AVAudioSession.sharedInstance is a singleton, any plugin trying to change it may cause unintended consequences. It would be great if there is a way to opt out of all changes to...

enhancement

## πŸ’¬ 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,...