I was able to transcribe an audio using the tutorial contained in the link (https://cloud.google.com/speech-to-text/docs/async-recognize), but it only works with audio in WAV format. I would like to make it work with audio in MP3 or M4A format.
I've already tested all the possibilities contained in the link (https://github.com/GoogleCloudPlatform/java-docs-samples/blob/master/speech/cloud-client/src/main/java/com/example/speech/Recognize. java) and follow the guidelines in the link (https://cloud.google.com/speech-to-text/docs/encoding)
On the Google Cloud home page, the Speech API demo tool lets you send an mp3 file and the transcript takes place.
I would like a community help for my request to transcribe an audio with more than 1 minute in mp3 format.