Closed Almost-Done closed 7 years ago
Implemented speech recognition
To achieve this in script: window.voiceCommands = ["start", "stop", "etc"]; window.addEventListener("voicecommand", onVoiceCommand);
function onVoiceCommand(voiceEvent) { // voiceEvent.command // voiceEvent.confidence); }
Implemented speech recognition
To achieve this in script: window.voiceCommands = ["start", "stop", "etc"]; window.addEventListener("voicecommand", onVoiceCommand);
function onVoiceCommand(voiceEvent) { // voiceEvent.command // voiceEvent.confidence); }