David Huggins-Daines

Results 360 comments of David Huggins-Daines

Lazy loading is better (make sure to set -mmap no in the recognizer configuration), but if you insist on embedding full-sized acoustic models, you can pass extra options to the...

I ran into this problem too, it is an issue with Emscripten which I don't fully understand. It looks like mmap() should work in the JavaScript runtime but it actually...

It could be that you have run into a problem with Emscripten, where mmap() does not work for reading files - while it looks like it *should* work in the...

Hi, you can just add -s FORCE_FILESYSTEM=1 to the final linking command (in pocketsphinx.js it's the custom build step at the end) to get them.

Thank you! This is very helpful, especially knowing that I can deactivate it - I will go browse in the forums. You can of course close this if you feel...

I think this change is breaking my builds, see #1347

Is it possible to revert to the previous version of the image somehow? Sorry, I am not very experienced with Docker...

Yes. This is a good idea. We also need to move the models to github, and exclude the ones that do not have proper licenses. I hope to do this...

Hello, there seem to be some long-standing problems with binary data. I am rewriting the PocketSphinx build system, would it be possible for you to test my fork at https://github.com/dhdaines/pocketsphinx...

Hmm, good to know - big-endian platform I assume? Can you rerun with `make test CTEST_OUTPUT_ON_FAILURE=1` and post the output?