For weeks now, my local device failed to transcribed audio. It takes longer time and keep saying loading but remains at 0%, and at the end, the error message will say maximum time reached. I have tried everything from searching my api keys but no positive result. my live app is working fine but my local device isnt working for me to be able to roll out my new features.
The Speech-to-Text API (not free) is an additional service you need to enable to support audio transcription. Think of it as, your current API key unlocks the power of LLMs, but it can’t call the Google Maps API to calculate distances between locations, unless you enable this service and use the same key to access this service.
You can enable Speech-to-Text in your Google Cloud project by visiting https://console.cloud.google.com/apis/credentials if you already have a Google Cloud project set up and signed into your project. Create a new API key, restrict it to use Vertex AI and Generative Language API.
Hi, Tianzi
Yes, my live app is working and also transcribing. I have enabled Speech-to-text and also restricted my api key to the most important APis that my app needs.
I just sent the issue to the Firebase team a few minutes ago after posting here, and they are now looking into it. I have given them my HAR file and error screenshot.
The only thing you mentioned that I havent done is th generat another API key aside the API key I am using for my live app