csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
351 stars 218 forks source link

Support Persian?! #458

Closed AliEasy closed 5 months ago

sowens-csd commented 6 months ago

The plugin should already support any language that is supported and installed on the platform you are using it on. Check the README for some tips on installing language packages and choosing the language to use.

If the language is not natively supported by the device, iOS, Android, web, then the plugin cannot support it.

AliEasy commented 6 months ago

On my Samsung device at Settings > General management > Language, I have 2 active languages: English and Persian, if this is what you mean

sowens-csd commented 5 months ago

That's a good start. Does Google Assistant understand you when you speak Persian?

When you try the language code for Persian in the sample app what happens?