aenea
aenea copied to clipboard
Client-server library for using voice macros from Dragon NaturallySpeaking and Dragonfly on remote/non-windows hosts.
I'm not sure if this has come up in the past, but it would be great if Aenea supported using both Python 2.7.x and Python 3.x. I'm willing to put...
Specifically, sometimes modules used in grammars are set to None after running this command but this does not always happen. This causes obvious problems when grammars attempt to refer to...
When attempting to provide a default value for a choice object in a mapping rule, The following error is observed on the remote machine running in the virtual box. ###...
If I don't even start the Aenea server, `Aenea: Successfully connected to server.` is printed to the natlink console when i open dragon, incorrectly, at line 2 https://github.com/dictation-toolbox/aenea/blob/master/client/_aenea.py#L54
I'm interested in turning contexts on and off with voice commands. I haven't been able to get it to work so far. [Here](https://gist.github.com/ericricky/ffe6cdd40c7846ebe578413313822f83) is an example of something I tried...
Virtual box on a 2018 15" MacBook Pro seems to have heaps of problems - it will crash many times a day, which is rather annoying as this can corrupt...
Hi, I'm now using sway (https://github.com/swaywm/sway) and I got some problems because only xwayland application worked with aenea. I just started another server implementation using evdev. It works on wayland,...
Hi everyone, Thanks for working on this project! I'm hopeful to start working again on writing in my emacs setup in mac after struggling with RSI. My issue at the...
``` Traceback (most recent call last): File "C:\Python27\lib\site-packages\dragonfly\engines\engine_natlink.py", line 248, in results_callback r.process_recognition(root) File "C:\Python27\lib\site-packages\dragonfly\grammar\rule_compound.py", line 143, in process_recognition self._process_recognition(node, extras) File "C:\NatLink\NatLink\MacroSystem\_charwise_vim.py", line 736, in _process_recognition executable.execute() File "C:\Python27\lib\site-packages\dragonfly\actions\action_base.py",...
If I say something very long like the text below into my grammar (which has structure `Sentence `, then I encounter some problems. ``` Sentence Hello world this is a...