Hello,
I am developing a web apllication in angular 6 and asp.net mvc 5.
I have done voice recognition using WekitSpeechRecognition. It is working fine.
But now, I want to create my own/ custom voice commands to do some specific tasks.
Means ,
If I say "Open Home" then it should open/ goto home page.
If I say "Open Billing" , then billing page should get opened.
If I say "Save Billing" , then billing data should get saved.
like this..
How to make this thing working?
Your help would be appreciated.
Thank you very much.
Elavarasan RPosted Sep 3, 2019, 5:52 PM
check out below links then you will clear..
References
- https://auth0.com/blog/rxjs-advanced-tutorial-with-angular-web-speech-part-1/
- https://medium.com/@saurabhsrivastava_58084/adding-speech-component-in-an-angular-project-9b473f588aa2
- https://www.pubnub.com/blog/add-voice-commands-in-a-web-application/
- https://medium.com/@tomastrajan/%EF%B8%8F-how-to-create-your-first-custom-angular-schematics-with-ease-%EF%B8%8F-bca859f3055d
Good luckRavishankar NPosted Sep 3, 2019, 7:28 AM