This really is infuriating, I am dictating a lot of stuff about tyres on my GB English system but despite this WSR insisted on writing tire/tires, in the end I...
6105
Marty Markoe
mmarkoe
Oct 20, 2011 11:20 am
Graham, ... Have you tried creating a macro? Marty Markoe See the WSRToolkit V2 at: http://www.emicrophones.com/p-3033-wsrtoolkit-v2.aspx [Non-text portions of...
6106
antihadron
Oct 21, 2011 1:41 pm
I think one of the things you are running into is that you do not have a context associated with the speech dictionary. The tire/tyre you need dictated are...
6107
antihadron
Oct 21, 2011 1:49 pm
I just tried the tie-ray approach and it worked for this American :-) Nathaniel http://www.thevoicesoftware.com...
6108
engnrman
Oct 21, 2011 8:36 pm
It's a shame that the corrections with the MS engine doesn't work even close to snuff when compared to Dragon or IBM or even Philips for that matter. From:...
6109
pjvv1978
Oct 24, 2011 4:04 pm
Dear friend, I have tried WSR in different Windows 7 computers and by using several microphone. It is quite often that the wizard to set up the volume level of...
6110
Marty Markoe
mmarkoe
Oct 24, 2011 4:41 pm
Pedro, It is well known Windows Vista / Windows7 does not handle audio well. When eMicrophones developed Version 2 of the WSRToolkit, software that adds many ...
6111
pjvv1978
Oct 25, 2011 1:15 pm
The software looks great but our problem is that we are developing our own speech recognition engine for an application of the hospital I work in. It seems...
6112
Marty Markoe
mmarkoe
Oct 25, 2011 1:22 pm
Pedro, ... Good luck. If it turns out you run into problems, you could always consult with us. J ... Try using a good microphone tested for speech recognition....
6113
antihadron
Oct 27, 2011 4:31 am
The main reason I've seen the training wizard pause/stop like that is when it has a poor quality sound signal/background noise. If there was a bouncing ball...
6114
Lunis Orcutt
tomhamilton26
Oct 27, 2011 8:20 pm
The Google speech engine is based on an entirely different set of parameters than that of WSR and NaturallySpeaking. The Google speech engine may immediately...
6115
antihadron
Oct 28, 2011 4:49 am
Yep I agree Google seems pretty different than either WSR and Dragon. Right now it does short phrases surprisingly well. I am sure it will only get better and...
6116
antihadron
Oct 28, 2011 4:56 am
To prove my evolutionary point: http://betanews.com/2009/06/16/computer-on-screen-a-look-at-google-s-voice-recognition-engine/ This review of GVR written in...
6117
Lunis Orcutt
tomhamilton26
Oct 28, 2011 10:30 pm
When it comes to piles of money, at the moment, neither Google or Microsoft are spending quite as much as Nuance because Nuance is serious about dominating the...
6118
engnrman
Oct 29, 2011 7:01 am
Your entire organization may be using DNS and if that's true I am sure you are not very profitable because of all of the license fees they charge. One of the...
6119
Chuck Runquist
chucker0358
Oct 29, 2011 12:09 pm
It appears that you're not particularly knowledgeable in the area of speech recognition simply by virtue of some of the comments that you're making. If you...
6120
Lunis Orcutt
tomhamilton26
Oct 29, 2011 6:41 pm
... you are not very profitable because of all of the license fees they charge. One of the main reasons that companies are in a fever pitch to develop around ...
6123
Katherine
kez717...
Nov 3, 2011 9:14 am
Is it possible to use variables (boolean and text) in WSR Macros? Would prefer to use jscript if possible, but am willing to convert it into whatever language...
6124
xxxace48
Nov 3, 2011 1:30 pm
Hi. I downloaded the macro define.WSRMac from : Files > 1. WSR Macros Library > Macros for English WSR > Browsing of this group which is made by "keponlaffin...
6125
xxxace48
Nov 3, 2011 8:58 pm
Hi. Macro's Jscript : var url = "http://www.december.com/html/demo/hello.html"; var xmlhttp = new ActiveXObject("MSXML2.ServerXMLHTTP"); xmlhttp.open("GET",...
6126
Robert Johnston
Anakhawk
Nov 5, 2011 12:18 am
... Use a Regular Expression to pull out the data between the <title> and </title> tags?...
6127
leocade7
Nov 7, 2011 6:28 pm
I've scoured the internet and the closest thing I could find for my solution is what Rob Chambers said to Itamar in this message...
6128
leocade7
Nov 7, 2011 10:45 pm
Hey guys, when you start the zune software with wsr there is a few things. 1. wsr has no functionality with zune except for a macro i found to stop play...
6129
leocade7
Nov 8, 2011 8:30 am
If anyone else is having the same problem with the sound playing through WSR, going to the sound mixer (windows 7) and mute speech recognition. It doesnt seem...
6130
herbert taylor
just_luvbug
Nov 15, 2011 10:45 am
Instead of "http://www.rssweather.com/zipcode/{[Spoken.CityName.zipCode]}/rss.php" - use "http://www.rssweather.com/zipcode/{[zipCode]}/rss.php". That works...
6131
antihadron
Nov 24, 2011 5:54 am
Hi I noticed that the DisplayUI functions don't seem to be working the way they used to (i.e. work at all). I am getting the code 0x80040154 (class not...
6132
Eric Brown
ericbr42
Nov 24, 2011 7:30 pm
Are you using 32-bit DisplayUI calls on a 64-bit system? There's a known bug where the calls aren't being proxied properly, and will result in that return...
6133
antihadron
Nov 25, 2011 1:55 pm
Thanks Eric, That has to be exactly what is happening. Is there a workaround other than hacking around and determining the DLLs/CPL that launch the right...
6134
Eric Brown
ericbr42
Nov 25, 2011 4:58 pm
Sort of - you can build a 64-bit helper app that calls DisplayUI on your behalf, and then use the IPC mechanism of your choice (e.g., COM, named pipes, etc.)...
6135
antihadron
Nov 26, 2011 3:33 am
The code in question is in a DLL loaded by Java and called through JNI. I don't suppose its possible to simply swap in a 64 bit DLL and use that one (while...