Read the statement by Michael Teeuw here.
Voice/motion control
-
It looks like this guy has figured it out:
-
@alexyak true, hè got à separate speech module for unlock annyang. Still you get max 50 commands a day. If i use annyang in chrome i got unlimited commands. So i guess it has something to do with api key what is burned into chrome browser. Maybe there is a way to use this api key.
-
i can’t get it to work with the sphinx package. simply cuz i am not smart enough -_-
I get pocketsphinx regognize my words but not in the js envirement and i don’t get response out of it.I think i just use “blather” for the time being to control my monitor on and off. I hope someone make a voice module soon. ^^
-
-
What’s the HTML/CSS output look like? That’s usually the first thing to look at when stuff like this happens and it’s not the expected result.
-
nvm i already see it depends on the chrome api key and not the chromium…
What about cloud voice api?
-
FYI, setting
'TEXTAREA'
size works fine in Chrome, both by using'cols'
and 'rows'
as well as using CSS styling'width'
and'height'
. -
Sorry for spamming what about: https://github.com/cmusphinx/node-pocketsphinx
-
@KirAsh4 The output is exactly what i want. It’s just the proof i get over the api limit of 50 request/day when i use chrome. The thing is when i use this in electron/chromium i have a limit of 50…
I am still searching for a way to get around the limit or perhaps use another api/voice recognizer… -
I think using https://snowboy.kitt.ai is the best approach right now for detecting a hot word and then continuing with the google one (annyang). The same way the guy at the http://docs.smart-mirror.io has done it.