How do I convert speech to text?

后端 未结 4 891
青春惊慌失措
青春惊慌失措 2020-12-22 18:58

How could I take MP3 and convert the speech to text?

I\'ve got some recorded notes from a conference and from meetings (there is a single voice on the recording, whi

相关标签:
4条回答
  • 2020-12-22 19:28

    Late to the party, so answering more for future reference.

    Advances in the field + Mozilla's mindset and agenda led to these two projects towards that end:

    • Deep Speech
    • Common voice

    The latter has a 12GB data-set for download. The former allows for training a model with your own audio files to my understanding

    0 讨论(0)
  • 2020-12-22 19:40

    .NET can do it with its System.Speech namespace.

    You would have to convert to .wav first or capture the audio live from the mic.

    Details on implementation can be found here: Transcribing Audio with .NET

    0 讨论(0)
  • 2020-12-22 19:42

    Dragon NaturallySpeaking seems to support MP3 input.

    If you want an open source version (I think there are some Asterisk integration projects based on this one).

    0 讨论(0)
  • 2020-12-22 19:45

    Open Source: CMU Sphinx

    Shareware: http://www.e-speaking.com/ (Windows)

    Commercial: Dragon NaturallySpeaking (Windows)

    0 讨论(0)
提交回复
热议问题