Convert speech (wav file) to text.
###Introduction This project is written in win32 C/C++ using Microsoft SAPI (Speech API). It's actually a very small utility, which aimed at providing an easy way to convert audio file (wave format) to text messages.
###Features
- Start/stop convertion from audio to text.
- Copy/Clear converted text
###Resources [Speech SDK 5.1] for Windows XP
http://www.microsoft.com/en-us/download/details.aspx?id=10121
[Microsoft Speech Platform - Software Development Kit (SDK) (Version 11)] for Windows Vista or later
http://www.microsoft.com/en-us/download/details.aspx?id=27226
###Summary Although SAPI seems to be acceptable sometimes. In fact, it's not that easy to provide high accuracy speech recognition. Maybe in the future, as some new technologies been introduced, high quality voice applications will surely easy to develop.