Yea i have finaly installed node-pocketsphinx. It needs a lot of dependeties. I start find out now how get a voice command out of it. Are u using node-pocketsphinx as well? Or are u using it standalone? Or maybe the pocketsphinx.js?
I like to hear if you get something working.
Read the statement by Michael Teeuw here.
Posts made by tyho
-
RE: Voice/motion control
-
RE: Voice/motion control
@alexyak yea, i have seen the smart-mirror code. But i don’t pref 2 voice modules… the thing is if your playing around with the map function (zoom in, zoom in, zoom in, go to, zoom out, enz) then you run out of api calls fast.
I give up on the voice control module… i hope there will be one soon ^^ -
RE: Voice/motion control
@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… -
RE: Voice/motion control
Sorry for spamming what about: https://github.com/cmusphinx/node-pocketsphinx
-
RE: Voice/motion control
nvm i already see it depends on the chrome api key and not the chromium…
What about cloud voice api?
-
RE: Voice/motion control
@michmich @KirAsh4 running a simple html with the following code gets me more results then 50. and also run more then a hour already.
I run it with https in chrome and get:
has this something to do with chrome that there is no limit?
-
RE: Voice/motion control
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. ^^
-
RE: Voice/motion control
@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.
-
RE: PIR-Sensor - put your mirror to sleep if not used
@sameershah23 maybe power off and on your hdmi signal and let your monitor/tv go to sleep mode when no signal.
The command will be:
OFF:
/opt/vc/bin/tvservice --off
ON:
/opt/vc/bin/tvservice --preferred && sudo chvt 6 && sudo chvt 7You can easily execute commands in node.js
-
RE: Voice/motion control
@alexyak at the moment annyang is always lisening. If i come back in à couple of hours i can still make my commands.