Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node-Red pallette plugin not showing and custom command not working #24

Closed
infinitymakerspace opened this issue Jul 13, 2020 · 7 comments

Comments

@infinitymakerspace
Copy link

Hi guys, ok so I have installed the node-red plug in etc, I need to add an custom intent. On voice command it must trigger a node-red flow that has its own timer to run a relay for 20 to 40 seconds when invoked. I have added words as well as intent but does not seem to work. Also the Node-red plugin not available in my palette. Tutorial feels like there is parts missing.

Any pointers would be greatly appreciated. Many thanks for all the help thus far

@synesthesiam
Copy link
Owner

I followed the local installation instructions and was successful in getting it running. After running node-red-start, I went to the $HOME/.node-red directory and ran:

$ npm install johanneskropf/node-red-contrib-voice2json

then restarted Node-RED to see the voice2json palette.

@infinitymakerspace
Copy link
Author

infinitymakerspace commented Jul 13, 2020 via email

@infinitymakerspace
Copy link
Author

Hi again.

Ok node-red picks up palette, however

Its not accepting the path to my profile, its looking for kaldi, so I added a new path for pocketsphinx that is part of the voice2json tutorial but after adding or restart of nodered it still not reading it, I am still hetting a path error.

@infinitymakerspace
Copy link
Author

image

@infinitymakerspace
Copy link
Author

Ok figured out and solved the Kaldi issue. This is currently the only error I am receiving.

input audio not in the right format:wrong sample rate: should be 16000 Hznot mono: audio should only have 1 channel

@infinitymakerspace
Copy link
Author

image

@infinitymakerspace
Copy link
Author

Ok just as an update voice transcribe from cli works, it picks up my custom sentence and intent, I am just facing that input issue of the audio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants