David Zurow

Results 141 comments of David Zurow

@ileben Thanks for figuring this out and posting the solution! I will at least add a warning suggesting to check this upon error.

Yeah, adjusting `vad_padding_end_ms` will help. Perhaps I was over aggressive in setting the default to 150. Also, you can try adjusting `vad_aggressiveness` from the default 3 down to 2 or...

They are engine parameters for dragonfly, so they are set in the `get_engine()` call, which should be in your loader. So something like this: `get_engine('kaldi', vad_padding_end_ms=200)`. How are you running...

https://github.com/dictation-toolbox/dragonfly/pull/302 may help until Caster has a good way to pass engine parameters.

Hmm, strange. Not sure why that would happen, but there is an easy way to disable at least the reconnection feature: set the engine parameter `audio_auto_reconnect=False`. You can do this...

That should be trivial. I will add it soon. Thanks for the suggestion!

Upon reflection, there are some complexities for some of these, with multi-word phrases. Also, I forgot to mention, adding them to the language model for dictation is significantly complex. How...

> > adding them to the language model for dictation is significantly complex > > I'm not sure what this means. How do you use these in the vocabulary without...

Sorry about the delay in implementing this. Getting it integrated with the dictation language model is nontrivial. I've had a hacky version working for a while but am still working...

An example of a hacky partial hopefully-temporary solution to the problem can be seen here: https://github.com/daanzu/kaldi-grammar-simple/blob/master/_dictation.py