beenote
beenote copied to clipboard
OpenAI Whisper API call doesn't work
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.