C#: transcribe WAV file to text (speech-to-text) with System.Speech namespaces

前端 未结 5 909
名媛妹妹
名媛妹妹 2021-02-06 06:15

How do you use the .NET speech namespace classes to convert audio in a WAV file to textual form which I can display on the screen or save to file?

I am looking for some

5条回答
  •  萌比男神i
    2021-02-06 06:36

    You should use the SpeechRecognitionEngine. To use a wave file, call SetInputToWaveFile. I wish I could help you more, but I'm no expert.

    Oh, and if your word is really triskaidekaphobia, I don't think even a human speech recognition engine would recognize that...

提交回复
热议问题