Print Page | Close Window

Empowering speech recognition

Printed From: MSSpeech-Forum
Category: Windows™ Speech Recognition Forums
Forum Name: New Users & General Questions
Forum Description: Ask questions, give and get answers.
URL: https://www.msspeech-forum.com/forum_posts.asp?TID=97
Printed Date: 23/Sep/2024 at 10:42pm
Software Version: Web Wiz Forums 12.02 - http://www.webwizforums.com


Topic: Empowering speech recognition
Posted By: francis
Subject: Empowering speech recognition
Date Posted: 22/Jun/2009 at 3:40pm
As a user Iwould like to see speech recognition empowered to work on all browsers just like dragon naturally speaking which will write on virtually anything.  It would be a great addition to the new windows.  Are there any plans to do this?  Sincerely Francis



Replies:
Posted By: mmarkoe
Date Posted: 23/Jun/2009 at 1:45pm
Originally posted by francis francis wrote:

As a user Iwould like to see speech recognition empowered to work on all browsers just like dragon naturally speaking which will write on virtually anything.  It would be a great addition to the new windows.  Are there any plans to do this?
 
We understand users of newer versions of Firefox have had compatibility issues with Dragon.
 
I certainly understand why you wish to use an alternate browser. Microsoft publishes standards for its operating systems. Developers who wish users to use their software on Microsoft operating systems must write to those standards not vice versa.
 
In those web sites which do not accept WSR input we use a macro called OpenDictationBox, see below. This works like the Dragon Show Dictation Box feature. It opens Wordpad (you can change it to Notepad if you wish) and allows corrections. When finished, say "Post Dictation." I copy and paste the dictation when Post Dictation does not work in some text fields.
 
Marty
 
<speechMacros>
<!-- dictation box -->
<command>
<listenFor>open dictation box</listenFor>
<run command="wordpad.exe" params=""/>
</command>
 
<!-- post dictation -->
<command>
<listenFor>post dictation</listenFor>
<sendKeys>{{CTRL}}a</sendKeys>
<waitFor seconds=".25"/>
<sendKeys>{{CTRL}}c</sendKeys>
<waitFor seconds=".25"/>
<!-- switch to non-SR app -->
<sendKeys>{{ALT}}{TAB}</sendKeys>
<waitFor seconds=".5"/>
<sendKeys>{{CTRL}}v</sendKeys>
<waitFor seconds=".25"/>
<!-- switch back and clear -->
<sendKeys>{{ALT}}{TAB}</sendKeys>
<waitFor seconds=".5"/>
<sendKeys>{{CTRL}}a{250 WAIT}{DELETE}</sendKeys>
<sendKeys>{{ALT}}f</sendKeys>
<sendKeys>x</sendKeys>
<sendKeys>n</sendKeys>
</command>
</speechMacros>
 


-------------
Marty Markoe, MVP
Microsoft Valued Partner
See us at: http://www.mymsspeech.com



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.02 - http://www.webwizforums.com
Copyright ©2001-2019 Web Wiz Ltd. - https://www.webwiz.net