Use of Windows Speech Reconition?

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
KatSeiko
New User
New User
Posts: 7
Joined: Thu Sep 25, 2008 12:47 am
Location: Between keyboard and chair

Use of Windows Speech Reconition?

Post by KatSeiko »

Is there a way that we will see support for Windows Speech Recognition any time soon? It's included in Vista, and it will be included in Windows 7 for sure. As far as I know, there are a few API commands used for it, but I don't know what commands (yet). Some support for it would be great!
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Windows Speech Recognition is the worst thing I've ever tried, but yes, it would be cool with some examples on how to use it. But I don't think PureBasic will ever include support for it, since it tries to have the same command-set for all OS'es.
I like logic, hence I dislike humans but love computers.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

You can implement this yourself using the Microsoft Speech SDK:

http://www.microsoft.com/downloads/deta ... layLang=en
Post Reply