miguel

Results 84 comments of miguel

Open source != free labor Open source authors are free to do as they wish with their own projects.

For anyone stumbling across this issue, check out [`numbro`](https://github.com/BenjaminVanRyseghem/numbro) which is an updated fork of this library. https://github.com/BenjaminVanRyseghem/numbro

I think you need to call `.stop()` on the MediaStream object to completely stop streaming from that media channel. ``` javascript var localStream = null; navigator.getUserMedia({ audio: true }, function(stream)...

For future reference, here is a repo containing example using multiple keywords https://github.com/miguelmota/pocketsphinxjs-multiple-keywords

@syl22-00 Thanks for the tips. I'm still having trouble however, hoping you can help. generating keyphrase-list.js ``` bash cd pocketsphinx.js python ../emscripten/tools/file_packager.py ./pocketsphinx.js --embed keyphrase.list --js-output=keyphrase-list.js ``` outputs `keyphrase-list.js` ```...

Also looks like `runWithFS` is never called

@syl22-00 that did the trick, thank you.

For future reference here is a repo containing example using multiple keywords [https://github.com/miguelmota/pocketsphinxjs-multiple-keywords](https://github.com/miguelmota/pocketsphinxjs-multiple-keywords)

Seeing same on Firefox 103.0.2 on Archlinux. Restarting firefox and computer had no effect. Can't see to recover keystore either following those instructions.

Has anyone found a solution to this problem that doesn't involve re-importing from scratch?