Skip to content

danharper/speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just playing about with the Speech Recognition engine now in Chrome.

This is just a proof of concept. We're retreiving a delayed continuous transcription stream from the browser. We're then just checking if the first 2 words match what we're expecting.

Soon, SpeechGrammar will be implemented in Chrome. With this, accuracy will be greatly improved as we can tell the Speech Recognition engine exactly what commands we're expecting. For example, with commands, the Speech Recognition has some idea of what words to expect, so can weight the results in that favour. Without it, 'Add Room' could be mis-interpreted as something like 'Add Broom' etc.

Voice Commands

  • Add Room {roomName}
  • Select Room {roomName}
  • Remove Room {roomName} (blank for selected)
  • Add Item {itemName} (adds to selected room)

About

Playing with Speech Recognition in WebKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published