How to Use React Native with OpenAI’s Whisper Module for Speech-to-Text from Firebase Storage?
I’m trying to get speech-to-text with the whisper module from OpenAI. The audio file has been saved in firebase storage. It works when I try to transcribe the file locally, however, when I try to get the file from Firebase storage it doesn’t work.