#Recordings with IOS with Whisper API does not work passed a few words

1 messages · Page 1 of 1 (latest)

unkempt summit
#

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

fading mauveBOT
#

@unkempt summit

Please follow the posting guidelines.

For better assistance from the community or an OpenAI team member, please follow the posting guidelines by clicking the button below.