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 I test the example app in IOS and it works on the emulator and android but not on the real device (Iphone SE, OS 15.2.1) even...

## 💬 Questions and Help Currently, we have functionality to mute/unmute the voice. But we need to stop the tts engine first before setting the volume to 0 (mute) or...

## 🐛 Bug Report When run pod install have error inside FlutterTtsPlugin.m: fatal error: 'flutter_tts/flutter_tts-Swift.h' file not found #import I have fixed bug by editing import inside FlutterTtsPlugin.m: #if __has_include()...

bug

## 💬 Questions and Help Provide question related to this flutter plugin. I am working on an application in which user enters a script and then generate an audio file...

thanks for the great package. I have a few questions. 1.How to get a list of voices with their names? I use this method getVoices, this is the result: ![image](https://user-images.githubusercontent.com/18227037/147856780-c6e1f03d-3c05-4507-9070-600e261576de.png)...

## 🐛 Bug Report If you pass a string containing a number to speak(), like speak('42'), in most cases it is pronounced correctly as a number. But on Android I...

## 🚀 Feature Requests flutterTts.isSpeaking ### Describe the feature It is convenient to know whether it is currently broadcasting

enhancement

## 🐛 Bug Report Only on macOS, As weird as it may sound.. as soon as I pass "Match the following: ", the app crashes with the error NSCFString substringWithRange:]:...

I'm curious if there is a way to get the language to provide more than the locale id. When printing the data returned from `getLanguages`, it returns a list of...