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

Cannot make sense of install process #57

Open
CygnusBell opened this issue Aug 6, 2018 · 1 comment
Open

Cannot make sense of install process #57

CygnusBell opened this issue Aug 6, 2018 · 1 comment

Comments

@CygnusBell
Copy link

Greetings,

Thank you for providing this great tool, it seems to be the only one that does what I'm looking to implement.

I followed the installation guide as provided in the readme, but I'm a bit unclear as to how to finalize the process.

I am getting this error...

` node test.js
module.js:549
throw err;
^

Error: Cannot find module './build/Release/PocketSphinx.node'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (/Users/soda/Documents/pocketsphinx/index.js:1:82)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)`

But I think the bigger problem is that I just don't know what to do to run the program. Am I supposed to run it with Node? I know seems like such a noob question, but I'm coming from using WebKit which is native, and not used to setting up something like this.

Thanks so much for any advice.

@CygnusBell
Copy link
Author

CygnusBell commented Aug 6, 2018

I also get FATAL: "continuous.c", line 158: Failed to open file 'goforward.raw' for reading: No such file or directory

when I run pocketsphinx_continuous -infile goforward.raw

soooo I'm for sure doing something wrong, but cannot figure out for the life of me what it is :-P

For what it's worth I'm able to run pocketsphinx_continuous -inmic yes and it listens and shows what I say into the mic so the STT part is working.

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

No branches or pull requests

1 participant