We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get this error on startup
Pocketsphinx::API::Error: Decoder#unset_search failed with error code -1
using either the locked version of pocketsphinx-ruby or version 0.3
The text was updated successfully, but these errors were encountered:
It doesn't appear to be an issue with pocketsphinx-ruby as this little script works fine
Pocketsphinx::LiveSpeechRecognizer.new.recognize do |speech| puts speech end```
Sorry, something went wrong.
Oh it was a pocketsphinx error. I got this working with
gem 'pocketsphinx-ruby', :git => 'https://github.com/watsonbox/pocketsphinx-ruby.git', :ref => '6c0446d'
in the Gemfile, which was the commit where this was fixed
No branches or pull requests
I get this error on startup
Pocketsphinx::API::Error: Decoder#unset_search failed with error code -1
using either the locked version of pocketsphinx-ruby or version 0.3
The text was updated successfully, but these errors were encountered: