-
Notifications
You must be signed in to change notification settings - Fork 524
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
Locale parameter is not working. #86
Comments
|
So the document is wrong? I did some test just now and seems my Phone's setting have influence to this library. My Phone have it's own "Voice Search" setting, this library can working well if I set it to "English". If I set it to "Chinese", the recognition result is English but the content is wrong. |
so, did |
@Winglonelion at least it's worked for me. More discussion here -> #87 |
i hope it can full replace for en-US, because some recognizing system use en_US as default |
@Louis-7 Did you solve your problem?? |
@lfoliveir4 I haven't work on that project for a long time. But 'en_US' was work for me last time. I raise the PR but it still opens now. If there is no other one find this issue on their device I think we can close this issue. |
I use code in example
Voice.start('en-US');
But "en-US" is not working on my phone. My system language is Chinese, every time I speak English, the result is Chinese but not English. So this parameter is not working at all.Any other way to start voice recognition with specific language?
The text was updated successfully, but these errors were encountered: