streamlit-audio-recorder
streamlit-audio-recorder copied to clipboard
Record Audio from the User's Microphone in Apps that are Deployed to the Web. (via Browser Media-API, REACT-based, Streamlit Custom Component)
Maybe I am just missing something, but how do you actually use the recorded audio in your Streamlit app?
Hi! As far as you know, would it be possible to make the audio recording execute automatically when the function is called, so that the user does not have to...
it would be great to decrease repo size du -ah -d 1 ``` 477M ./streamlit_audio_recorder ``` ``` (base) ➜ github git clone https://github.com/stefanrmmr/streamlit_audio_recorder Cloning into 'streamlit_audio_recorder'... remote: Enumerating objects: 36808,...
Hi, Thank you for your great project. It really helps. I was indeed able to record audio from the Streamlit app running on my remote server. However, when I stop...
I hosted the app on Hugging Face using Streamlit, but whenever the user tries to record audio using the mobile phone's microphone, it throws an error or doesn't seem to...
Hello! I love this app, thank you so much for developing. It's very easy to use however I'm trying to save down the audio file to a server location once...
@Paethon **Work Around (rather not elegant but functional):** You can use the current version of the component, record audio, download it and then drag the file from the browser's download...
Get "Component Error: Cannot read properties of null (reading 'getAudioTracks')" when run remotely
My streamlit app using this component runs fine locally on my Mac but when I run the same app on an Ubuntu VM in the cloud (Azure), it does not...
It works locally and can receive data returned from React, but when you mount a web page on the server, there is no way to send audio data to streamlit...
Trying to incorporate this into an existing Python script and getting this error: ``` NameError: name 'wav_audio_data' is not defined C:\Users\XX\anaconda3\Lib\site-packages\streamlit\watcher\local_sources_watcher.py:177: UserWarning: Torchaudio's I/O functions now support par-call bakcend dispatch....