Questions tagged [naturallyspeaking]

Nuance Communications' Dragon speech recognition software that includes an API. Formerly known as Dragon NaturallySpeaking (or Dragon Dictate for Mac), with separate "Pro" versions for including scripting capabilities and specialized vocabularies, the product now is known as Dragon Professional Individual (DPI - which includes scripting) or Dragon Professional Group (which adds networking and roaming profiles).

Dragon speech dictation software is popular in the medical and legal industries, and among those with RSI and other movement disabilities, and for technophile adopters who enjoy it for continuous speech to text transcription and command and control of system GUIs to replace using a keyboard and mouse.

Note, the "tag" name "naturallyspeaking" is an anachronism as the product is no longer called that, but rather, Dragon Professional Individual (DPI - which includes scripting) and Dragon Professional Group (DPG - which adds networking and roaming profiles, and the related DLG - adds legal vocab, etc.)

68 questions
39
votes
2 answers

Can I write SQL using speech recognition?

I have wrist pain when I type and I would like to start writing SQL statements, stored procedure, and views using speech recognition.
10
votes
1 answer

Dragon NaturallySpeaking Programmers

Is there anyway to encorporate Dragon NaturallySpeaking into an event driven program? My boss would really like it if I used DNS to record user voice input without writing it to the screen and saving it directly to XML. I've been doing research for…
Danni
  • 315
  • 5
  • 13
6
votes
1 answer

Redirecting all input from Dragon NaturallySpeaking to Python? (Using Natlink)

I am currently writing an AI program that receives input from Dragon NaturallySpeaking (using Natlink), processes it, and returns a spoken output. I was able to come up with a Receiver GrammarBase that captures all input from Dragon and sends it to…
6
votes
0 answers

When Natlink is enabled Dragon freezes

When Natlink is enabled Dragon freezes and wont fully boot. I used this natlink download. And followed the directions on the site. Any incite to why this is happening is much appreciated.
Hairy
  • 393
  • 1
  • 10
6
votes
2 answers

Voice coding in Emacs on Mac OS X

I would like to be able to write code by voice recognition and him currently using Aquamacs 2.4 and Dragon Dictate 2 on Mac OS X 10.6.8. Does anybody know if this is possible and if so how? I've seen shorttalk, emacs listen, and voice code but they…
4
votes
1 answer

Can Dragon Naturally Speaking premium be used for programming?

I have found three people on the net that say they use Dragon Naturally Speaking Pro for programming. I am unable to find anything stating whether or not this can be done efficiently with the premium version. I cannot really afford the pro version.…
3
votes
1 answer

Global constants in Dragon NaturallySpeaking's advanced scripting

In Dragon NaturallySpeaking's advanced scripting, is there any way to define constants that would be available for all voice commands? For example, I have two voice commands: Sub Main originalClipboard = Clipboard Clipboard("~\cite{}") …
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
3
votes
1 answer

Activating Dragon Naturally Speaking Full-Text Control feature in a WPF application

This might be a long shot, but Nuance support redirected to Microsoft so I thought i would try my luck here also. A bit of context: I'm trying to use Dragon Naturally Speaking with my WPF application. They have a feature called "Full-Text Control"…
SiriusNik
  • 561
  • 2
  • 7
  • 19
3
votes
1 answer

What is the difference between the commands SendKeys, SendSystemKeys or SendDragonKeys?

When writing a voice command using Advanced Scripting, I can send the key using SendKeys, SendSystemKeys or SendDragonKeys. What's the difference between those three commands? I use Dragon NaturallySpeaking 12.5 professional (Windows 7 SP1 x64…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
3
votes
0 answers

Using the Dragonly package for NatSpeak, how do I define a CompoundRule that is both a standalone rule and can also be used by other CompoundRules?

I am working on a module for vim. Currently I have the following code: alphabet_rule = Sequence([Repetition(RuleRef(name="x", rule=MappingRule(name="t", mapping=ALPHABET)), min=1, max=20)]) numbers_rule = Sequence([Repetition(RuleRef(name="y",…
user1797466
  • 507
  • 6
  • 14
2
votes
3 answers

Does Vista Voice Recognition engine have scripting like Naturally Speaking?

I want to have an action performed whenever the user (while using Vista voice recognition) says "Wingbats are crazy!". How do I do this? Is there scripting or is there a dll to tie into?
max
  • 1,020
  • 1
  • 15
  • 25
2
votes
1 answer

Can I capture voice transcription from Dragon Medical Practice Edition 4?

I want to build an application with a Textbox that captures the voice transcription create by Dragon Medical Practice Edition 4 (DMPE4) in a Windows environment. By default DMPE4 will place the text of whatever is transcribed into the current…
Pryach
  • 391
  • 2
  • 8
  • 18
2
votes
0 answers

Microsoft Visual Studio 2019 "Server Busy" every time I open a dialog. Devenv.exe is faulting with textservice.dll

Microsoft Visual Studio 2019 shows a "Server Busy" dialog every time I open a dialog. A Procmon search for devenv.exe finds at least 100 NO SUCH FILE entries for the following…
2
votes
1 answer

Dictation options for RStudio

I use Dragon NaturallySpeaking for dictating emails and documents to minimize keyboard and mouse use, but have not yet found a useful way of using dictation for RStudio other than creating macros for certain common actions e.g. "comment that" or…
2
votes
1 answer

Copy the title of the active window to the clipboard in Microsoft Windows in Dragon NaturallySpeaking's advanced scripting

Is there any way to copy the title of the active window to the clipboard in Microsoft Windows in Dragon NaturallySpeaking's advanced scripting? A workaround I use is to define an AutoHotkey script: ^!l:: WinGetActiveTitle, Title Clipboard =…
Franck Dernoncourt
  • 77,520
  • 72
  • 342
  • 501
1
2 3 4 5