Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any support for locale? #8

Closed
kevincmanning opened this issue Nov 6, 2019 · 4 comments
Closed

Is there any support for locale? #8

kevincmanning opened this issue Nov 6, 2019 · 4 comments

Comments

@kevincmanning
Copy link

I'm writing an app that requires Japanese speech-to-text, but every speech to text lib (only 2 of them, this one included) doesn't seem to have Japanese

@alexnaldo
Copy link

I need it too, but for pt-BR

@sowens-csd
Copy link
Contributor

So sorry, for some reason I haven't been getting notified on these issues. I'm just putting out a release that provides Locale support. This will support any languages that are supported by the device OS. It should be released in a couple of days. I do see Japanese as a supported language at least on some devices. If this is still a current need for you then please give it a try as soon as it is released.

@sowens-csd
Copy link
Contributor

The 0.7.0 release is posted to pub.dev now. It supports changing the recognition language using the localeId parameter of the listen method. There's also functionality to discover the available locales through the locales method.

I should have pointed out that the previous version already supported whatever language is selected on the device. This new functionality allows you to handle language recognition in a language other than the current device language.

I'll leave this issue open until next week. If you have a chance maybe you could try out the new functionality and let me know if it covers your use case?

@sowens-csd
Copy link
Contributor

Closing this now. Please open a new issue if you have any further questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants