Unable to load librosa while deployment

Your guess is correct :confused: until an audio recorder Streamlit native widget is implemented, which I believe is somewhere on the roadmap, your best bet would be using streamlit-webrtc which uses JS code on the frontend side to pass audio to the Python backend server. There’s also a JS hack through streamlit-bokeh-events.

2 Likes