Audio based Instructions (via Ruby and Linux)?

Hi.

Anyone has an idea where I could look for SIMPLE audio based
instructions?

Basically I would just need to use a very few words in a ruby script.
Something very simple like only 3 different audio-instructions, to
optionally control a specific ruby script.

It would just have to be a bit similar to how keyboard-input is done,
just via voice (in its most simple form)

On Jun 27, 2012, at 12:59 , Marc H. wrote:

Anyone has an idea where I could look for SIMPLE audio based
instructions?

Basically I would just need to use a very few words in a ruby script.
Something very simple like only 3 different audio-instructions, to
optionally control a specific ruby script.

It would just have to be a bit similar to how keyboard-input is done,
just via voice (in its most simple form)

I’m not trying to be presumptuous, but I think I speak for all of us
when I say:

Huh?

On Jun 27, 2012, at 13:55 , Rod J. wrote:

I think he is looking for a ruby script to respond to voice commands.

that is simpler than text input??? How do you beat #gets ?

On Jun 27, 2012, at 14:32 , Ryan D. wrote:

On Jun 27, 2012, at 13:55 , Rod J. wrote:

I think he is looking for a ruby script to respond to voice commands.

that is simpler than text input??? How do you beat #gets ?

sigh I swear I’m literate. I just haven’t had enough coffee. Really.

?!? Something like a voice recognition engine in ruby ??
In that case, I think the easiest would be to use an external
voice-recog-engine, an control it from ruby (with system() or %x() )

tell us how its going

I think he is looking for a ruby script to respond to voice commands.

Rod.