Skip to content

transcripts taking a very long time #263

Closed Answered by jjmaldonis
swiecki asked this question in General help
Discussion options

You must be logged in to vote

Yes, audio/m4a is an invalid mimetype, m4a files should use audio/mp4. That could cause the slowdown.

Your code looks good.

It may be worth trying different file formats, which will help you narrow down whether the issue is related to the mimetype or file format. Here is an ffmpeg command that will convert file formats: ffmpeg -i your_audio.m4a -c copy output.wav - you can change the file extension of output.wav to anything you want. Make sure to change the mimetype when making the request with the new file format.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jjmaldonis
Comment options

Answer selected by swiecki
@swiecki
Comment options

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