Oliver Jakubiec
Oliver Jakubiec
Ok, so it appears that something is going a bit haywire in the `Configuration` class: - If `hmm` is left as default before the decode, then `cmninit` changes from `8`...
@nshmyrev Also, I tried your suggestion regarding setting the `-cmninit 40,3,-1` in the `feat.params` file, and that resulted in an empty decode on the first decode (the second decode works...
@watsonbox Regarding `-cmninit`, if it is an initialization only, then I think that most would expect that calling `Pocketsphinx::Decoder.new(Pocketsphinx::Configuration.default)` would complete such initialization in a single step. If I'm understanding...
@watsonbox Thanks for the help. I removed `-cmninit` from the local gem's installation directory (located at `/usr/local/Cellar/cmu-pocketsphinx/HEAD/share/pocketsphinx/model/en-us/en-us/feat.params`) and then ran a decode to copy the console dump values that are...