Search the web
Sign In
New User? Sign Up
VoiceCoder · Forum for discussing using VR for the pu
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3297 - 3327 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3297
Hello everyone. I'm attempting to write my first NatLink macro file in Python, and decided I would try to control a game by voice. However, for whatever...
lardlad48081
Offline Send Email
Jun 5, 2004
5:04 am
3298
... for example, your string should look like '{Ctrl+a}'...
Eric S. Johansson
esjatharvee
Offline Send Email
Jun 5, 2004
5:47 am
3299
It has been my experience that games do not always use the standard windows messages to read keyboard and mouse events, and so you sometimes have to go to...
Stuart Norton
stujunk
Offline Send Email
Jun 6, 2004
6:57 pm
3300
is there a way to do <control_down> wait <keystroke> <control_up> w/ natlink (Python 2.2; DNS 6.1; WINXP) for some reason the keystroke playback speed is too...
jflanigan@...
jhunpingco
Offline Send Email
Jun 7, 2004
2:08 pm
3301
I believe it's possible to do this with playEvents(). You might want to check out Patrik's window switcher macro for an example of this type of thing. ...
Ben Staniford
ben_staniford
Offline Send Email
Jun 7, 2004
2:19 pm
3302
Hi guys, I'm trying to install VoiceCode, but I'm having problems with NatLink. My setup is WinXP with NatSpeak 5.0, Python 2.2 with w32 extensions. I've...
drdevil44
Offline Send Email
Jun 9, 2004
10:05 am
3303
Not sure, but I believe I have seen this before, and it was a problem with the natlink test program, not natlink itself. In other words, natlink worked fine...
Desilets, Alain
alain_desilets
Offline Send Email
Jun 9, 2004
2:59 pm
3304
I created an install kit which takes all the trouble of getting NatLink & Vocola working. Available at http://speech.squidnet.com/default.aspx/Speech.NatLink ...
scottlist@...
scweinstein
Offline Send Email
Jun 11, 2004
3:23 pm
3306
Good work, I started doing this but didn't have time to finish it. Maybe wants a few people have tried this, we could actually make a release on Sourceforge. ...
Ben Staniford
ben_staniford
Offline Send Email
Jun 11, 2004
3:52 pm
3307
The original link is dead, I've reorganized the site, so the new link is: http://speech.squidnet.com/default.aspx/SpeechRecognition.NatLink Also, please feel...
Scott Weinstein
scweinstein
Offline Send Email
Jun 12, 2004
9:27 pm
3308
Try: natlink.execScript ('Wait 100') Where 100 is the value in milliseconds. You could probably slow it down less, say 10 milliseconds between keystrokes....
machambers01
Offline Send Email
Jun 13, 2004
1:17 am
3309
Hi, Scott, Thanks for posting such a useful package! Unfortunately for me, when I tried to install it, I got the following error message toward the end of the...
Gregg Williams
gw667
Offline Send Email
Jun 13, 2004
4:27 pm
3310
I had a slightly different problem. When NaturallySpeaking loads, the Natlink window gives this error message: Error loading _vocola_main from...
Chambers, Matt
machambers01
Offline Send Email
Jun 13, 2004
5:46 pm
3311
I've had that problem occur a few times during testing. Always right after I closed enableNL program, so presumably something in that program isn't behaving as...
Scott Weinstein
scweinstein
Offline Send Email
Jun 13, 2004
6:00 pm
3312
I'm certainly not going to take a bug report as a complaint... I think the problem is that the new build is picking up your old install path. Try fixing it by...
Scott Weinstein
scweinstein
Offline Send Email
Jun 13, 2004
6:19 pm
3313
Actually, I installed to c:\natlink, not c:\program files\natlink, because that's where I've had Natlink in the past, and didn't want to have to redo...
Chambers, Matt
machambers01
Offline Send Email
Jun 13, 2004
8:09 pm
3314
Hi there, I tried the installation kits (both 2.2 and 2.3) on a win2kprof system. I have installed Dragon Naturally Speaking 7.0 Preffered on my system. I did...
Robert Gheorghe
robertgheorg...
Offline Send Email
Jun 13, 2004
8:18 pm
3315
Hi-- I have been trying to get Ben Staniford's Eclipse plug-in (http://www.staniford.net/index.php?page=pbveclipse_install) to work, but with no success. I'm...
Gregg Williams
gw667
Offline Send Email
Jun 13, 2004
8:58 pm
3316
Hi Gregg, Unfortunately I can't really tell much from the stack trace you've sent me because the problem came from the load() of the SAPI grammar and doesn't...
Ben Staniford
ben_staniford
Offline Send Email
Jun 13, 2004
10:49 pm
3317
Hi: According to natlinkmain.py, any Python file beginning with an underscore is loaded. I tried removing _CUAGlobal.py and _CUAGlobal.pyc from the folder (so...
Gregg Williams
gw667
Offline Send Email
Jun 14, 2004
5:07 am
3318
The installation problems at least in my case where due to the fact that I was missing 2 development dll's on the system I was trying to install the .msi file....
Robert Gheorghe
robertgheorg...
Offline Send Email
Jun 15, 2004
12:45 am
3319
Thanks very much to Scott for working on a NatLink + Vocola installer for Python 2.3. The problem Matt encountered (unable to find simpscrp.pyd) is because...
Rick Mohr
lookatyourmap
Offline Send Email
Jun 15, 2004
4:42 am
3320
... because Vocola ... be ... I include a copy of simpscrp.pyd compiled for Python 2.2 and 2.3 in the install package. Some other problem is at play... --...
scottlist@...
scweinstein
Offline Send Email
Jun 15, 2004
2:35 pm
3321
It was the problem for me, I think, because Rick's change fixed it. ... From: scottlist@... [mailto:scottlist@...] Sent: Tuesday, June 15,...
Chambers, Matt
machambers01
Offline Send Email
Jun 15, 2004
2:39 pm
3322
Thanks everyone for your feedback on the install package for natlink. I've attempted to resolve the problems, you can download the latest installer at ...
scottlist@...
scweinstein
Offline Send Email
Jun 15, 2004
2:39 pm
3323
Is this installer the kind of thing that could be loaded onto the sourceforge site and maintained there? Also, which installer product are you using is it the...
Ben Staniford
ben_staniford
Offline Send Email
Jun 15, 2004
2:53 pm
3324
... yes, and I would like to do so. I'm still waiting to get access to the sourceforge project. ... I'm using a "Setup Project", inside of Microsoft Visual...
scottlist@...
scweinstein
Offline Send Email
Jun 15, 2004
4:11 pm
3325
Jonathan and I will both be away between Aug 10 and 15th. Could anyone act as the moderator for that week? The job is not very demanding. Basically, you...
Desilets, Alain
alain_desilets
Offline Send Email
Jun 15, 2004
6:35 pm
3326
Thank you to Mirjam Kaizer, Michael Youn and Skip Taylor who volunteered for the job. Since this is a high stakes job that requires a lot of experience (tongue...
Desilets, Alain
alain_desilets
Offline Send Email
Jun 15, 2004
9:03 pm
3327
... natlink. Hello, I still have the same reported Errors after installation with simpscrp.dll. I used after some Trials with te Win Installer the New .Net...
eeeekkkk20012002
eeeekkkk2001...
Offline Send Email
Jun 21, 2004
1:31 pm
Messages 3297 - 3327 of 5996   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help