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 My macOS app crashed because I exceeded the max speechInput length, a subsequent call to getMaxSpeechInputLength whilst debugging gave me this exception MissingPluginException(No implementation found for...

added a clearVoice method to set any selected voice back to the default voice. Just a simple change to set the voice to nil in ios and set the voice...

## 🚀 Feature Requests ### Contextualize the feature ### Describe the feature ### Platforms affected (mark all that apply) - [ ] :iphone: iOS - [ ] :robot: Android

## 🚀 Feature Requests In Flutter_tts, it would be great to have more Indian Languages which should include Tamil, Sanskrit, Telugu, Malayalam, Kannada, Bengali, Marathi, Gujarati. Right now, it supports...

Is there Southern Vietnamese voice, I don't see any reference for this so don't know how to choose Southern Vietnamese voice

## 🐛 Bug Report I'm just download the example and run on android 13 and it just show the text loading engines and loading languages, so i can't test app....

- Use `ttsStatus` instead of `isTtsInitialized`. When `TextToSpeech` initialization is completed, assign the result to `ttsStatus`. Even if `TextToSpeech` initialization fails, we can call `getEngines` to get the engine list...

## 🐛 Bug Report In the state of a StatefulWidget ```dart @override void initState() { WidgetsBinding.instance.addPostFrameCallback((_) async { final tts = FlutterTts(); await tts.setLanguage('en-US'); await tts.setSpeechRate(1.0); await tts.setVolume(1.0); await tts.speak('Hello,...

Android: - Upgrade to Kotlin 1.9.10 - Upgrade Gradle to 8.2.0 - Change compileSDK target to 34 Flutter: - Fix describeEnum deprecation (requires Flutter SDK >=2.15.0) - remove unnecessary foundation.dart...