csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we add tk-TM locale to the package?

ataballyyev opened this issue · comments

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

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.