OpenAI icon indicating copy to clipboard operation
OpenAI copied to clipboard

AudioTranscriptionQuery fails

Open pradeepb28 opened this issue 10 months ago • 2 comments

Describe the bug Try uploading .m4a to transcribe raw transcript it fails because of the following switch case where you can see .m4a is pointing to mp4 file type. CleanShot 2024-04-07 at 15 21 27

Expected behavior Able to successfully upload m4a file and then able to successfully retrieve the transcript

pradeepb28 avatar Apr 07 '24 09:04 pradeepb28

I created a PR that addresses this issue.

Demircivi avatar Apr 10 '24 09:04 Demircivi

The merged PR has another bug, the content type for .m4a files should be audio/mpeg instead of audio/m4a.

sauravexodus avatar Apr 24 '24 19:04 sauravexodus