Can't get live transcription to work #45
Unanswered
DonaldNgai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to setup a simple live transcription app with React in the frontend and Flask in the backend. I used the example provided to send the blob to the backend:
and I have the following in Flask to receive the audio:
I keep getting an error for invalid file format from open ai though. So my question is, am I doing this incorrectly? How is the front end constantly sending audio? Does it pause after a few seconds and sends a new audio file to the backend? Am I sending the data to the Flask server incorrectly? Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions