Joooohan / audio-recorder-streamlit

MIT License
74 stars 15 forks source link

Is there any option to specify bitrate while recording the audio? #12

Open nikhilno1 opened 9 months ago

nikhilno1 commented 9 months ago

Hello,

OpenAI whisper has 25 MB file limit. A mere 2 min, 30 secs audio exceeds that limit. Is there any option to specify the bitrate so that I can store longer audios?

Thanks.

Joooohan commented 2 months ago

There is a sample rate argument that you can pass when initializing the recorder, does it work for your use case ?