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

Compress audio files #9

Open
Johannes-Andersen opened this issue Mar 24, 2023 · 0 comments
Open

Compress audio files #9

Johannes-Andersen opened this issue Mar 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Johannes-Andersen
Copy link
Member

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

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?

@Johannes-Andersen Johannes-Andersen added the enhancement New feature or request label Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant