LexiconCode
LexiconCode
As for switching profiles that would have to be a new function for restarting Dragon is no longer needed. We can actually restart Caster with all its grammars and modules...
Current state - "record from history" - "Caster settings editor" edit Settings.toml through GUI - the open PR for `HUD` will include a "status window". Basically replacing the Natlink messages...
[tobii getstarted](https://gaming.tobii.com/getstarted/) Reviewing Select the hardware with associated supported Eye Tracking Core Software. Most embedded eye tracking was updated in 2018 to v2.13.4 Whereas tobii C4 IS4 may have been...
Wolfmanstout has made a lot of progress in integrating eye tracking as a part of his grammars. Perhaps we could pursue permissions to reuse some of his work to implement...
> > > hi! is there a way to get tobii 4c working for linux? if yes, do you know if there are python bindings? This is something I would...
Looks like you're running in debug mode. I'm away from my computer at the moment but check for in the command line -l DEBUG
should be something like the following for the .bat file. https://github.com/dictation-toolbox/Caster/blob/master/Run_Caster_Kaldi.bat
Actually I will have to double check this, debug should be even more verbose.
@kendonB The verbose output is most likely due to the following workaround in https://github.com/dictation-toolbox/dragonfly/pull/235
@kendonB > ``` > python setup.py install > ``` try the following `python -m pip install -e .[kaldi]`