You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the OpenAI Whisper API only accepts File type audio inputs.
Need to figure out how to pass audio recorderd in the browser as request body to the Next.js API route defined in /pages/api/speech-to-text.ts with correct type.
The text was updated successfully, but these errors were encountered:
Currently, the OpenAI Whisper API only accepts
File
type audio inputs.Need to figure out how to pass audio recorderd in the browser as request body to the Next.js API route defined in
/pages/api/speech-to-text.ts
with correct type.The text was updated successfully, but these errors were encountered: