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

Audio File Size Limit #22

Open
ashfaq-ahmed opened this issue Jun 15, 2021 · 1 comment
Open

Audio File Size Limit #22

ashfaq-ahmed opened this issue Jun 15, 2021 · 1 comment

Comments

@ashfaq-ahmed
Copy link

Hi, I am running it through docker and am able to successfully convert speech to text using http file upload

The problem is, when I try uploading a large audio file (188mb), I get Content-Length too long Error in the master.log file.

I have already increased and resolved the nginx limit, and express limit, The request goes through these and reaches tornado but tornado doesn't let it through due to its own limit.

@codeforequity-at
Copy link
Owner

This REST service has been built for short audio samples, not for this size. For transcribing this audio file I suggest to use the streaming interface built into Kaldi.

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

2 participants