Streaming input to System.Speech.Recognition.SpeechRecognitionEngine

前端 未结 5 1377
失恋的感觉
失恋的感觉 2020-11-30 06:03

I am trying to do \"streaming\" speech recognition in C# from a TCP socket. The problem I am having is that SpeechRecognitionEngine.SetInputToAudioStream() seems to require

5条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 06:38

    Apparently it can't be done ("By design"!). See http://social.msdn.microsoft.com/Forums/en/netfxbcl/thread/fcf62d6d-19df-4ca9-9f1f-17724441f84e

提交回复
热议问题