Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AudioTranscriptionQuery fails #195

Closed
pradeepb28 opened this issue Apr 7, 2024 · 2 comments
Closed

AudioTranscriptionQuery fails #195

pradeepb28 opened this issue Apr 7, 2024 · 2 comments

Comments

@pradeepb28
Copy link

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

@Demircivi
Copy link
Contributor

I created a PR that addresses this issue.

@sauravexodus
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants