Willem Mulder
Willem Mulder
@brightpixels @willianrod @iknox27 You should use the CSS property `scroll-margin-top` for that. Works in all browsers, also without the react-scroll lib. It would however be perfect if react-scroll would also...
Thanks for the guide. Would you mind if I tried setting up an example and make a pull-request when it works?
So let's document my first steps ;-) First, I installed Emscripten and read through its docs a little. Then, I downloaded the English Generic language model here: http://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/US%20English%20Generic%20Language%20Model/ It does...
Ok, so a DMP file is the binary version of a normal .lm file, right? So it's more compact. Good. ( Can I use any .dict file? Since the http://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/US%20English%20Generic%20Language%20Model/...
Just a note on what I tried: the recognizer wants to do ``` recognizer.switchSearch(parseInt(id)); ``` where I assume that id is the identifier at the bottom of the generated Javascript...
(So providing an id means telling the recognizer to load a specific grammarSet?) Even so, I tried without an id, and it jumps into the next error: Error in start...
It seems to be an empty object... Here's the full log: ``` INFO: cmd_ln.c(696): Parsing command line: js/pocketsphinx.js:1 \ js/pocketsphinx.js:1 -bestpath no \ js/pocketsphinx.js:1 -hmm rm1_200 \ js/pocketsphinx.js:1 -remove_noise no...
We're getting there, but I feel like swimming in the middle of an ocean and you are my only hope :-) I now call ``` var initRecognizer = function() {...
Yes, that solves it! :-) Now, a last step to get the LM and the Dictionary aligned, I guess...? I get this error now ``` INFO: acmod.c(252): Parsed model-specific feature...
@nshmyrev @syl22-00 I'm going to try that tonight! Will let you know how it goes :-)