Skip to search.
VoiceCoder · Forum for discussing using VR for the pu

Group Information

? 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.

Messages

  Messages Help
Advanced
Messages 610 - 639 of 6585   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
610 Hans van Dam
hans_van_dam@... Send Email
Mar 2, 2000
1:18 pm
I found this somewhere (http://www.anc.ed.ac.uk/~stephen/emacs/ell.html). Don't know enough about linux to do something with it, but I'm sure one of you linux...
611 slssandi@... Send Email Mar 3, 2000
4:41 am
Yes, it does work pretty well if you pour code in. It won't necessarily recognize the first time, but if you start to correct it, the word will show up in...
612 Barry Jaspan
bjaspan@... Send Email
Mar 3, 2000
5:10 pm
VR Mode - integration of GNU Emacs and Dragon NaturallySpeaking. Available at <http://www.mit.edu/~bjaspan>. Copyright 1999 Barry Jaspan, <bjaspan@...>....
613 Howard How Leung Louie
louieh@... Send Email
Mar 3, 2000
10:14 pm
how can i consistently get DNS 4.0 to type out letters instead of words when i say "yankee", ,"alpha", 'bravo' , etc.? the dns manual does not have...
614 elk@... Send Email Mar 3, 2000
10:41 pm
Which gets recognized depends on the context. If the context looks like normal text, the normal English words might be recognized. However, if there are ...
615 David Jeschke
david.jeschke@... Send Email
Mar 3, 2000
10:51 pm
Because Dragon uses probabilities of combinations of words if you say a sequence of Alpha bravo letters then it will usually get them right. But if you say an...
616 phawkins@... Send Email Mar 4, 2000
2:50 pm
V> Date: Fri, 3 Mar 2000 14:15:48 -0800 V> From: Howard How Leung Louie <louieh@...> V> Subject: V> how can i consistently get DNS 4.0 to type...
617 Robert McKee
r.mckee@... Send Email
Mar 6, 2000
6:59 pm
I have just started using DNS and cant get it to work other than by shouting thru my mic. Does anyone know how to boost the recording level of the mic?...
618 elk@... Send Email Mar 6, 2000
7:08 pm
"Does anyone know how to boost the recording level of the mic?" Run the audio setup wizard again. Mike Elkins Dragon Systems, Inc....
619 David Jeschke
david.jeschke@... Send Email
Mar 6, 2000
7:10 pm
Joel Gould, the lead developer on early versions of Dragon NaturallySpeaking, has a page with tips for getting the best performance out of DNS (but users of...
620 Dana Bergen
dbergen@... Send Email
Mar 7, 2000
5:57 pm
I've written a DLL and I'm trying to call it from a NaturallySpeaking command, but I keep getting the message, "Cannot find function in DLL". I wonder if...
621 Jonathan Epstein
Jonathan_Epstein@... Send Email
Mar 7, 2000
6:13 pm
... Me too, except for the gal part. ... This works for me: extern "C" __declspec(dllexport) DWORD __stdcall GetScreenWidth(LPCTSTR szParam ) { return ((DWORD)...
622 David Jeschke
david.jeschke@... Send Email
Mar 7, 2000
6:15 pm
It sounds as if the name you think is being exported is different from the name that is actually exported. There is an easy way to check the actual name of a...
623 Eric S. Johansson
esj@... Send Email
Mar 8, 2000
12:22 am
http://ii2.ai.iit.nrc.ca/VoiceCode/vcodeMeet.html Announcement: VoiceCode Design Session in Boston On Sunday, March 19, 2000 The VoiceCode Cabal (Alain,...
624 Eric S. Johansson
esj@... Send Email
Mar 8, 2000
12:27 am
I sent out instructions to all of the currently known remote attendees. If you did not get these instructions,*CONTACT ME NOW*...
625 DonEMitchell
don@... Send Email
Mar 8, 2000
1:09 am
Hi Eric, I didn't see any instructions. DonEMitchell Pacific Voice, Inc. ... From: "Eric S. Johansson" <esj@...> To:...
626 Dana Bergen
dbergen@... Send Email
Mar 8, 2000
1:16 am
Thanks, that was exactly the problem. I changed my NatSpeak macro to call "_IsNatOn@4" and now it works. But it's kind of ugly. Can anyone tell me how to...
627 Rose
edrose19@... Send Email
Mar 8, 2000
1:17 am
No I couldn't - am not a programmer but if your dll is what I think it is (a way to test if NaturalText is on or off) I sure could use it! Rose...
628 David Jeschke
david.jeschke@... Send Email
Mar 8, 2000
1:32 am
Use a .def file....
629 Andrea Fuller
afuller@... Send Email
Mar 8, 2000
1:38 pm
... Eric, Due to the time difference (5 hours) and other commitments on the day in question, I cannot attend. Will there be a synopsis describing what went on...
630 Eric S. Johansson
esj@... Send Email
Mar 8, 2000
1:46 pm
... on and ... by ... Code, I ... see ... MVS ... good question. If there's someone in the Boston area that wishes to volunteer to handle recording the...
631 Jonathan Epstein
Jonathan_Epstein@... Send Email
Mar 8, 2000
2:03 pm
... Hi, Andrea, I think that you will be able to meet a lot of the challenge if you can either access the mainframe's file system by FTP or as network file...
632 elk@... Send Email Mar 8, 2000
2:30 pm
The best way to prevent "name decoration" (or, more colorfully, "name mangling") is to declare that the function is a "C" function, not a C++ function. ...
633 Andrea Fuller
afuller@... Send Email
Mar 8, 2000
3:59 pm
... FTP is available from PC to MVS and back again, so no problems there. There is at least one machine on each sysplex with FTP enabled. Not sure about NFS...
634 Jonathan Epstein
Jonathan_Epstein@... Send Email
Mar 8, 2000
4:09 pm
NFS is nicer if available, but ange-ftp is very usable from Emacs ... that's how I edit on remote Unix systems. I also have some nice tools for navigating...
635 Rose
edrose19@... Send Email
Mar 8, 2000
7:00 pm
I have always been told that shutting down Windows without properly exiting a program, like Nat, will result in damage. Is this still true? The question has...
636 David Jeschke
david.jeschke@... Send Email
Mar 8, 2000
10:02 pm
That depends entirely upon how the application were written. A well-written application will offer to recover changes since the last time the document was...
637 Dana Bergen
dbergen@... Send Email
Mar 9, 2000
3:25 am
I've written a DLL that tests whether NaturalText is on or not, and some macros that use it to unconditionally turn it on or off. This is based on Jonathan...
638 phawkins@... Send Email Mar 9, 2000
5:15 pm
... V> FTP is available from PC to MVS and back again, so no problems V> there. There is at least one machine on each sysplex with FTP V> enabled. Not sure...
639 Stuart Norton
stuart@... Send Email
Mar 9, 2000
6:39 pm
Good idea - but I've tried VNC and found that I can't dictate into the windows! I use DNS 4.0, and it seems to want to interpret any spoken words in the X...
Messages 610 - 639 of 6585   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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