Hi, Good day, I would like to ask regarding on how to pass a source uri of audio files coming from other cloud storage providers?. Currently my audio files are coming from google cloud storage and I would like to be able to use those files for transcription process and providing pronunciation assessment using speech sdk. I can't find any documentation or workflows on how to do it so that I can be able to retrieve the file. Is there any way on how to do it?
Currently I'm able to generate results using speech sdk using AudioConfig.fromWavFileInput(fs.readFileSync("filename.wav")), but I can only pass a audio file from my local directory. I'm using Node JS for this one.
