article

voice to text

  1. ] WHAT = use 'microphone' button to initiate 'voice to text' in google browser(chrome v##+), 
    1. uses google service
  2. ] CONCERNS = uses, google service to provide speech recognition service, 
    1. should use native(non-live) code  
  3. [REFERENCE]
    1. Voice Driven Web Apps: Introduction to the Web Speech API - HTML5Rocks Updates 
    2. ] tech = html5, js-api, 
  4. [EXAMPLE] - Drop this into your devtools console. 
    1. r = new webkitSpeechRecognition;
    2. r.continuous = true; 
    3. r.interimResults = true;
    4. r.onresult = function(ev) {
    5.     console.log(ev.results[ev.results.length-1][0].transcript);
    6. };
    7. r.start()
Details Photos Edit more

Details

ID: 1712

NAME: voice-to-text-api

DESCRIPTION: whats NEW ...]

AUTHOR: article.author/s

EDITOR: article.editor/s

PUBLISHER: article.publisher/s

STATUS: Write

PRIORITY: 0

OWNER ID: 75

Content Photos Edit more

photos

page_photo

actions

Email Email-Owner SMS and