We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a set limit on the audio file when creating transcription?
I noticed that small files work but large files doesn't work. You can try a 30mb file from http://www.kiea.jp/english_voicefiles.html. Direct link to mp3: http://www.kiea.jp/hosenji.mp3
Looking at the code seems like file is a vec.
edgen/crates/edgen_core/src/whisper.rs
Lines 39 to 40 in 66ee740
The text was updated successfully, but these errors were encountered:
Apparently the default request size for axum is only 2MB, I added a new parameter in the settings to change this.
Sorry, something went wrong.
pedro-devv
Successfully merging a pull request may close this issue.
Is there a set limit on the audio file when creating transcription?
I noticed that small files work but large files doesn't work. You can try a 30mb file from http://www.kiea.jp/english_voicefiles.html. Direct link to mp3: http://www.kiea.jp/hosenji.mp3
Looking at the code seems like file is a vec.
edgen/crates/edgen_core/src/whisper.rs
Lines 39 to 40 in 66ee740
The text was updated successfully, but these errors were encountered: