aframe-speech-command-component
aframe-speech-command-component copied to clipboard
A speech recognition component for the A-Frame WebVR library
Any clues how to call a function? I'm trying something like this ``` const commandFunction = () => {console.log('command')} const command={ command:text, type: 'function', function : commandFunction, } ``` But...
Great component.. Using `annyang-voice-recognition` and `voice-command` works for me. Your documentation references `annyang-speech-recognition` and `speech-command`
I am encountering an issue when running "npm start" See attached for error log, as for terminal error, see here sh: budo: command not found npm ERR! file sh npm...
Hello, The name chosen for the attribute of the component is 'speech-command' but the character '-' seems blocking the setAttribute method. When you try something like the code below, Firefox...
@lmalave Hello! Good idea and I am start do this component too, but found yours And it is does not worked You should * update component and aframe version *...