Malamber
03-07-2004, 08:05 PM
Since my injury I've done a lot of research into topic of speech recognition. I currently use Dragon NaturallySpeaking for the Windows platforms, but found that it was not all-inclusive. since I'm also a software developer myself, I started looking at the possibilities of using existing libraries to incorporate speech capabilities in applications that I needed. I thought I might post this information for anyone that might be interested.
Microsoft distributes a set of libraries called the Microsoft Speech SDK. it is an ActiveX component that can be linked to any application to recognize speech. the nice thing about it is that it is distributed freely for any application developer. bear in mind that it is also not for the faint of heart to use. here's the link: Microsoft Speech SDK (http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarmulmed/html/overviewapi.asp).
Also, my father was one of the original developers that worked on the In3 project many years ago. Recently, the owner, Bob Adams, has retired and declare the source code for this project to be open source. the project was designed to be a cross-platform speech-recognition application for both Win32 as well as UNIX. I've begun delving into this project to see if they can be revived as a usable free speech recognition source. I will definitely be posting again once I can get something going.
Microsoft distributes a set of libraries called the Microsoft Speech SDK. it is an ActiveX component that can be linked to any application to recognize speech. the nice thing about it is that it is distributed freely for any application developer. bear in mind that it is also not for the faint of heart to use. here's the link: Microsoft Speech SDK (http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/dnarmulmed/html/overviewapi.asp).
Also, my father was one of the original developers that worked on the In3 project many years ago. Recently, the owner, Bob Adams, has retired and declare the source code for this project to be open source. the project was designed to be a cross-platform speech-recognition application for both Win32 as well as UNIX. I've begun delving into this project to see if they can be revived as a usable free speech recognition source. I will definitely be posting again once I can get something going.