flutter_tts icon indicating copy to clipboard operation
flutter_tts copied to clipboard

Speaking Hindi or Arabic.

Open ustaadumar opened this issue 8 months ago • 1 comments

Hello! I appreciate your work this plugin is very help convert text to speech for flutter applications. But in my observation it can't speak other languages except in English.

I know there is a method named "getLanguages" (for getting all supported languages) and "setLanguage" for telling plugin the text is in which language.

But only picks english characters from that text.

Is there any mistake I am doing or this feature is under the phases of development please explain?

Thanks!

ustaadumar avatar Apr 17 '25 05:04 ustaadumar

@ustaadumar are you testing on iOS or Android? What text are you using? The text needs to be in the language that is being spoken. Also some language aren't supported on the TTS engines that are being used. This plugin is using the native TTS engines, so it may vary.

dlutton avatar May 28 '25 04:05 dlutton