SAPI 5.3 speech to Text
I am looking for a basic example for Speech to Text开发者_如何学C using the SAPI 5.3 on VC++. Can you please provide with a sample program?
The SAPI demo code is available in the Window 7 SDK. Once installed they are in SDK install dir\Samples\winui\speech\
Microsoft's MSDN website gives an overview of the available samples. See: http://msdn.microsoft.com/en-us/library/ms720406%28v=VS.85%29.aspx These should be a good starting point.
精彩评论