How do I convert an audio file into text?

gideon isaac 81 Reputation points
2020-12-31T12:28:26.32+00:00

I have a large audio file (mp3) that I don't want to listen to, rather, I'd like to convert it to text and read it. How do I do this with Microsoft Azure?
Thanks

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,713 questions
Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
316 questions
0 comments No comments
{count} votes

Accepted answer
  1. David Bristol 971 Reputation points Microsoft Employee
    2020-12-31T16:35:05.823+00:00

    One way is to use Video Indexer. See https://vi.microsoft.com/. You can upload the MP3 and at upload time set the upload type to be audio-only. You can also turn off the streaming side if all you need is the transcript / VTT.


1 additional answer

Sort by: Most helpful
  1. Bruno Tragl 1 Reputation point
    2021-01-22T23:46:08.127+00:00

    Hi,

    You can use the Speech Recognizer feature of Azure..

    See my github repository, you can upload the audio file and converter the speek to text, using the lib Speech Recognizer sending to azure service..

    To do this, you need to go in your azure portal, add the Cognitive Services and a Resource Group.. is very easy manager these resources..

    My github repository:
    https://github.com/BrunoTragl/BrunoTragl.FalaParaTexto

    In SpeechConfigurationBase abstract class and method MicConfiguration, you can change the source of FromDefaultMicrophoneInput to input you audio file..

    Hope i can help..

    Bruno Tragl

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.