MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / SpeechtoText.js

File SpeechtoText.js

assets/js/SpeechtoText.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var speechRecognition = window.webkitSpeechRecognition
2var recognition = new speechRecognition()
3var textbox = $("#textbox")
4var instructions = $("#instructions")

Callers

nothing calls this directly

Calls 2

startMethod · 0.80
$Function · 0.70

Tested by

no test coverage detected