Hello everyone,
I am looking to iterate through a folder of audio files and transcribe them into text. I would like to use Google’s speech to text API. There is a Google Speech to Text activity, but that will not look at the audio files. Rather, it wants me to speak into the microphone for a live transcription. Does anyone know how I would get the Google Cloud Speech API to look into the folder of audio files instead of asking for live input?
Thanks!