-
Notifications
You must be signed in to change notification settings - Fork 652
minor fixes #7
base: master
Are you sure you want to change the base?
minor fixes #7
Conversation
removed stray <p> element, fixed conflicting var
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
I signed it! |
CLAs look good, thanks! |
1) switch between languages while speech recognition is active, and it will seemlessly update the recognition engine with the new language; 2) add speech synthesis for feedback on input 3) make the final results span editable by the user, so that it seems more like a textarea
enhancements
oops I should have left these first simple fixes in a separate patch branch, instead I merged them onto my master branch and initiated the pull request from the master branch; now the other changes I have merged to my master branch have been included in this pull request. No harm done, they are still useful enhancements that I put in a separate patch branch and for which I initiated another pull request. |
Hi, I noticed a stray
element, so I removed it.
Also the same variable was being declared twice in the same scope, so I changed the second variable.
Fairly trivial changes.