Can a software program like Dragon Naturally Speaking...

…be programmed to let you play online poker, making voice, checks, raises, folds, etc., instead of using the mouse and/or keyboard?

I mean programming it ,not by a computer whiz (such as myself) but, by someone with considerably less talent (such as Shagnasty and other slow Dopers).
:smiley: :smiley: :smiley:

Anything you can do on your computer can be simulated by a program. Whether or not you’d be able to pull it off with your skills depends on the complexity of the task at hand.

That’s not much help, friedo, and I say that respectfully. Hell just about everyone at SDMB knows what you said is true.

I’m asking can an ordinary guy—not a geek—use something like Dragon to to do the job, and do it somewhat easily.

I’m asking can an ordinary guy—not a geek—use something like Dragon to to do the job, and do it somewhat easily.

Why don’t you give it a shot and let us know? One person’s average guy is another person’s super genius. There’s no telling what your average average guy will be able to accomplish if he sets his mind to it.

“Raise ten achooo dollars”

“NOOOOO!!!”

I’ll need to know if it can be done by a computer inept, because I’ll have to buy the program, So, I’ll think about it for awhile.

Generally, Dragon and similar speech recognition programs work by simulating keyboard input. That is, they ‘listen’ to your speech, convert that to text, and then feed that into the computer as if you had typed that text at the keyboard.

I haven’t played online poker, but most PC games depend a lot on use of the mouse. Often the programmer fails to include appropriate keystroke commands for all game activities. (A blind friend, who uses a screen reader, frequently complains about programs that do this.)

So the first thing I would do is see if you can play this game using ONLY the keyboard. If so, then there is a fair chance that you could make it work with a speech recognition program, and you can look into it further. (I think there are free trial periods for some such programs.)

Yes it can be played only w keyboard

If you can use keystroke combinations, look into using something like this: http://clans.gameclubcentral.com/shoot/

If you have to actually move the mouse, that’s a little trickier. You’d need to set up AutoIt scripts to do what you need.

Very interesting, micahjn, and I’d love to use it but I think it’s way beyond my meager skills.

For one thing, how could I teach the program to learn just the speech for the betting which can range from 25 to millions in play money?

Can this be done somewhat easily?

It boggles my mind and I hope you respond to this post.

(If I don’t answer immediately it’s because I went to bed.)

I emailed the Shoot programmer.

I hope he responds.

Yes you can.
I have used it to play games w/ chat.

Be warned though that Dragon doesn’t relinquish control of some buttons.

I haven’t used Dragon, nor do I use Windows (IIRC, Dragon is a Windows only program), so I can’t comment on them specifically. However, my dissertation work deals with human-robot interaction, and I’ve used the (open source, free) Sphinx speech recognition program a whole lot (and one or two others).

Anything that takes text as input can pretty easily be speech-controlled; you just have to know where to pipe it (i.e., where to obtain the speech program’s output and where to redirect it as the poker program’s input). The issue here, ISTM, is mostly becoming familiar with the poker client’s API. If you’re entering text, it should be relatively easy to redirect recognized text to the client’s input. The mouse would be a little trickier (I think), as it’s at the OS level.

I have Dragon preferred V9 and yes you can move the mouse, drop in commands.

Could you be more specific, please, perhaps give an example?