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

前端 未结 5 902
名媛妹妹
名媛妹妹 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条回答
  •  無奈伤痛
    2021-02-06 06:43

    You actually need Natural Language toolkit. In python I have used NTLK http://www.nltk.org/

    In .Net I have just found Antelope https://stackoverflow.com/questions/1762040/natural-language-toolkit-equivalent-in-c

    see the article as well http://en.wikipedia.org/wiki/Speech_recognition

提交回复
热议问题