dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Speech recognition framework allowing powerful Python-based scripting and extension of Dragon NaturallySpeaking (DNS), Windows Speech Recognition (WSR), Kaldi and CMU Pocket Sphinx

Results 35 dragonfly issues
Sort by recently updated
recently updated
newest added

I don't think this is necessarily a dragonfly bug, but I wanted to at least mention it here since it might affect people. I'm not sure if it's an iTerm...

Single click Mouse actions work great, however I cannot get a double click to work. For example, I'd like to hover the cursor over a word and use the double...

Error
MacOS

Thanks to @LexiconCode for helping me get this minimal example working! Reference: https://github.com/dictation-toolbox/dragonfly/issues/341

Now that natlink is a module that can be installed with pip it has namespacing. References need to be updated to use the proper namespacing. `from natlinkcore import natlink` [example](https://github.com/dictation-toolbox/dragonfly/blob/master/dragonfly/engines/backend_natlink/engine.py#L130)

NatLink
Compatibility

Hi, I'm trying to use dragonfly for simple commands like copy and paste, but I'm experiencing a substantial lag between recognition and execution of the command. that is, For example...

Linux/X11
External Error

dictation-toolbox/natlink#82 Dragonfly's dynamic grammar list functionality does not work correctly with Dragon 15 if used in a stand-alone Python process. However, it works just fine in a command module loaded...

Low Priority
NatLink
External Bug

When launching sapi5 via cli I get; ``` WARNING:engine:Exception while initializing sapi5 engine: module 'win32com.gen_py.C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x4' has no attribute 'CLSIDToClassMap' ERROR:command:Exception while initializing sapi5 engine: module 'win32com.gen_py.C866CA3A-32F7-11D2-9602-00C04F8EE628x0x5x4' has no attribute 'CLSIDToClassMap...

Windows Speech Recognition
External Bug

It would be lovely to be able to auto-generate documentation of the grammar. It seems like at least in principle this should be possible, and would be really convenient, either...

Documentation
Feature Request

The ability to invalidate the current recognition before it is processed would be useful in certain scenarios. For instance, this could be used to pretend the recognition failed if the...

New Feature
Low Priority

Don't know it is a Dragonfly issue or Kaldi engine issue, but '2' cannot be recognized with ether Integer or IntegerRef or ShortIntegerRef. Here is my rule to repro this....

Bug
Kaldi