-
Notifications
You must be signed in to change notification settings - Fork 71
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
Feature: Ability to change user language #123
Comments
Update on this ? |
I was trying to do this. I did some research. I got the design that how we can make it but I didn't find that how to make able multiple language recognition. |
I mean you can keep an array of supported lanagaues and drop down will come . User can select from it. And it will set the variable in background.js . |
This issue is presently unassisgned |
I would like to solve this issue. |
assigned to you @jat9674 |
@gauthamzz |
@gauthamzz |
I think this was already solved in the earlier issue by you. I guess this is a duplicate and already solved. you can take this points as well |
@gauthamzz The eariler issue that I solved was related to speech synthesis. |
oh yes, you need to make this change https://github.com/Anna-Assistant/Anna/blob/master/background.js#L196 But i think you should use voice and language using the same text box only. i guess 10 is fine then |
@gauthamzz But one language can be speak in many different voices. So it will be better to have another option for languages. |
It will just increase complexity. I like to keep a clean pop up. We need to keep more settings button and keep few over there , if you would like to do it. You are free to do what you wish to do. Just make sure the code and the pop up is clean 😇 |
Need a drop down menu in popup.html(settings) which will change the user speaking language.
https://github.com/Anna-Assistant/Anna/blob/master/background.js#L183
Has recognition language set to en-us for now.
The text was updated successfully, but these errors were encountered: