SAPI 5.3 Speech in Text

I am looking for a basic example for Speech to Text using SAPI 5.3 on VC ++. Can you provide a sample program?

+3
source share
1 answer

The SAPI demo code is available in the Window 7 SDK. After installation, they are in the install dir \ Samples \ winui \ speech \ SDK

The Microsoft MSDN website provides an overview of available samples. See: http://msdn.microsoft.com/en-us/library/ms720406%28v=VS.85%29.aspx This should be a good starting point.

+2
source

All Articles