Skip to content

jrobertson/jsspeech2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introducing the jsspeech2019 gem

Usage

require 'jsspeech2019'

jsr = JsSpeechRecognition.new
File.write '/tmp/sr.html', jsr.to_webpage
`chromium /tmp/sr.html`

To try speech recognition, allow the web page to use the microphone when prompted and then press the "start listening" button to record your voice. All going well, observe what you said transcribed to text.

Note: It's recommended you check the microphone volume before you try testing the speech recognition functionality. I used Audacity to test the microphone sound quality, as well as Pulse Audio volume control to adjust the microphone volume level.

Resources

js speech gem jsspeech2019 voice voicerecognition html javascript

About

Builds a web page featuring speech recognition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages