怎样保肝护肝:MicrophoneSetup和VoiceTraining

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/01 12:33:19
如何用VB调用语音识别训练向导和麦克风训练向导!
VC是这样调用的:
HRESULT CSpeechRecognition::MicrophoneSetup(HWND hWndParent)

{

return m_cpRecoEngine->DisplayUI(hWndParent, NULL, SPDUI_MicTraining,

NULL, 0);

}
---------------------------------------------------------------
HRESULT CSpeechRecognition::VoiceTraining(HWND hWndParent)

{

return m_cpRecoEngine->DisplayUI(hWndParent, NULL, SPDUI_UserTraining,

NULL, 0);

}
用VB怎样实现以上编程了,其中MicrophoneSetup和VoiceTraining
为向导函数,知道的摆脱.流下QQ号,联系或加上我的QQ号:396645851