dictation-toolbox / dragonfly

Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS), Windows Speech Recognition (WSR), Kaldi and CMU Pocket Sphinx
GNU Lesser General Public License v3.0
383 stars 75 forks source link

Disable Kaldi debug logging workaround for Windows Key action bug #349

Closed drmfinlay closed 3 years ago

drmfinlay commented 3 years ago

Re: #182.

This disables the logging workaround for a bug that has previously occurred on Windows using the Kaldi engine back-end. I have reason to believe the bug no longer occurs, so the verbose debug logging can be disabled.

If I am mistaken in this, then the workaround may be enabled by calling the KaldiEngine._apply_win32_kb_input_logging_fix() method.

drmfinlay commented 3 years ago

I see the Travis CI has broken yet again. :man_shrugging: