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
Speech to text have a rather small upload limit of just 25mb https://platform.openai.com/docs/guides/speech-to-text
We should add some sort of WASM or other module to take the uploaded audio file, then compress it and convert it to a supported type
File uploads are currently limited to 25 MB and the following input file types are supported: mp3, mp4, mpeg, mpga, m4a, wav, and webm.
To be experimented with, but maybe mono 32kbit/s mp3?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you'd like to request
Speech to text have a rather small upload limit of just 25mb
https://platform.openai.com/docs/guides/speech-to-text
Describe the solution you'd like
We should add some sort of WASM or other module to take the uploaded audio file, then compress it and convert it to a supported type
To be experimented with, but maybe mono 32kbit/s mp3?
The text was updated successfully, but these errors were encountered: