-
Notifications
You must be signed in to change notification settings - Fork 8
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
Utterance is not started #4
Comments
Thanks for reporting this! It looks like an error with the If it doesn't, I would open up an issue at Either way, please let me know what you end up doing so I'll know whether to close this issue or not. |
Unfortunately I updated the Gemfile to 0.3.0 and same result. If it's of any help, I can test run properly:
|
Drat. Well that does help. It means you have pocketphinx installed correctly, so it's likely the problem either stems from here or the pocketsphinx-ruby gem. To test this, let's see if even the simplest pocketsphinx-ruby usage also errors out for you. Go into irb and test this out: require 'pocketsphinx-ruby'
Pocketsphinx::LiveSpeechRecognizer.new.recognize do |speech|
puts speech
end If you get an error even there, there's probably an issue with pocketsphinx-ruby. Otherwise, there must be something here or with a modification you've made to your local version. |
I haven't heard anything on this for a while, so I'm tentatively closing this issue. If we get more information or it pops up again for someone, I'm happy to reopen and investigate further. |
hey @chrisvfritz, looks like I get the same error here, I try to figure out but without success and the log (https://gist.github.com/brunoarueira/c4b65a247efb46989964) shows me the line (at https://gist.github.com/brunoarueira/c4b65a247efb46989964#file-gistfile1-txt-L207) below:
Maybe, the path is wrong. I don't know. |
It looks like that dictionary is being read in just fine in your log. In fact, that log looks very similar to the successful log that I get, except that for you, it's failing on this line. I don't see anything that gives any clues as to why unfortunately. Did you try the minimum viable pocketsphinx-ruby listener I suggested here? Does that work for you? |
I get the same error Thanks, |
@brunoarueira OK, if even that errored, this definitely seems like an issue with |
After installing the pocketsphinx dependencies with brew, bundle install and running bundle exec rake listen I am getting this:
The text was updated successfully, but these errors were encountered: