Quickest and easiest way to implement speech to text conversion for a small speech subset.

Posted by sgtpeppers on Stack Overflow See other posts from Stack Overflow or by sgtpeppers
Published on 2010-04-29T17:06:20Z Indexed on 2010/06/03 16:44 UTC
Read the original article Hit count: 389

Hi,

I want to implement a system that receives speech through a microphone on my Mac OS x. I know arbitrary speech recognition is close to impossible without training the system so I'm willing to restrict it to 10 simple sentences. It must recognize with a high degree of accuracy which of these 10 sentences are being spoken, generate the text and add an entry to a remote MySQL database.

With these being the architecture of the system I want to implement, could anyone give me an overview of what would be the best way to go about implementing this system? I'm looking for ideas like open source libraries to minimize the coding as this is just a prototype application for a demonstration. Basically I'm looking for a quick and easy solution. Thanks!

© Stack Overflow or respective owner

Related posts about speech-recognition

Related posts about speech-to-text