"Azure portal has so many features, it would be convenient to use voice instead of GUI to navigate"
(There is 500 people currently working on Azure portal front end!)
Chrome web browser supports voice recognition API, handled via cloud services.
sr = new webkitSpeechRecognition()
sr.onresult = evt => console.log(evt.results[0][0].transcript)
sr.start()
Monthly Meetup February 2016 - Topic 1: Speech Recognition in the Browser | Seattle JS | Channel 9
home page: Jakub Jedryszek
blog post: Speech Recognition in the Browser at SeattleJS
open source helper library: jj09/voiceCmdr @ GitHub
online demo site: Books Lib
Chrome Browser Web Speech API Demonstration
Web Speech API Specification
Web Speech API - Web APIs | MDN
No comments:
Post a Comment