Using System.Speech to convert mp3 file to text

前端 未结 2 1817
别那么骄傲
别那么骄傲 2021-01-31 12:24

I\'m trying to use the speech recognition in .net to recognize the speech of a podcast in an mp3 file and get the result as string. All the examples I\'ve seen are related to us

2条回答
  •  萌比男神i
    2021-01-31 13:14

    I would look first at the method documented here: http://msdn.microsoft.com/en-us/library/system.speech.recognition.speechrecognitionengine.setinputtowavefile.aspx

    You should be able to work it out from here I think.

提交回复
热议问题