-
Hey @daanzu. I've discovered a bug specific to Python 3 that occurs when first running the Dragonfly Kaldi module loader. I've posted here instead because it seems to be a KAG bug caused by running th…
-
Currently we can pull grammars from the supported engine system through JSON-RPC. It would be useful to have the ability to pull recognition history as well.
Commands: All recognized commands
Fre…
-
Hi, the [dragonfly API I'm working](https://github.com/mrob95/Breathe) on has initial features implemented, but it does a couple of slightly unorthodox things to manage grammars and I'm struggling to …
-
This is a slightly difficult bug to pin down, beyond "sometimes I try to use an app command, and it isn't loaded" but sometimes on Windows the active context in Talon doesn't match the active window. …
-
Detection of current directory and selected files in Windows Explorer can actually be done via Shell.Application COM object. The code is really simple once you know it. My problem currently is I do no…
-
Folks,
I don't know if this is the correct location for help, I searched for "help" first. I'm not a software developer, I'm a user and want to install julius. I found the "download" and have juliu…
-
@alexboche's post in the Caster gitter would be a start:
I have had some pretty bad voice strain in the past which started almost right away when I started using voice recognition to control my com…
-
-
Example:
```
"test command": Mimic("press", "alpha"),
```
I believe the words are interpreted correctly by Dragon, but they are just executed as normal dictation - so you get the text "press alp…
-
First of all, thanks for this awesome project, I highly appreciate the work and the throrough documentation!
I basically completed all the steps of the short tutorial and the host-only adapter has be…