I am sending audio recordings to the OpenAI Whisper API and cannot get mobile recordings to accept past a few seconds of data, I have no idea why. Desktop audio recordings function perfectly fine but whenever I try on my phone the transcriptions only get a word or two
curl --request POST
--url https://api.openai.com/v1/audio/transcriptions
--header 'Authorization: BearerTOKEN'
--header 'Content-Type: multipart/form-data'
--form 'audio.wav'
--form model=whisper-1