csdcorp / speech_to_text

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

Can we add tk-TM locale to the package? #493

Closed ataballyyev closed 1 month ago

ataballyyev commented 1 month ago

There is not tk-TM locale and it would be better after adding that locale

sowens-csd commented 1 month ago

Unfortunately the plugin does not control the available set of locales. That is controlled by the OS of the device you are trying to use it on. The plugin only exposes the capabilities of the underlying OS.

If that locale is supported for speech recognition on the device and the plugin does not recognize it then that would be an issue with the plugin. Please let me know.