Skip to main content

Record audio from the user's microphone in apps that are deployed to the web. (via Browser Media-API) [GitHub ☆ 160+: steamlit-audio-recorder]

Project description

Streamlit Audio Recorder

Streamlit App Generic badge Generic badge GitHub license

Custom component, implemented by Stefan Rummer,
based on doppelgunner 's Audio-React-Recorder

Screenshot 2022-05-16 at 16 58 36

Features & Specs

  • Manage access to the user's microphone via the browser's Media-API
  • Record, playback and revert audio-recordings in apps deployed to the web
  • Download the final recording to your local system! - WAV, 16 bit, 44.1 kHz
  • Directly return audio recording-data to Python backend! - arrayBuffer format

Setup & How to Use

1. PIP Install the component (download from PyPI)

pip install streamlit-audiorec

2. Import and Initialize the component (at the top of your script)

from st_audiorec import st_audiorec

3. Add an Instance of the audio recorder to your streamlit app's code.

wav_audio_data = st_audiorec()

if wav_audio_data is not None:
    st.audio(wav_audio_data, format='audio/wav')

4. Enjoy recording audio inside your streamlit app! 🎈

Feel free to reach out to me in case you have any questions!
Pls consider leaving a star ☆ with this repository to show your support.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit-audiorec-0.1.3.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

streamlit_audiorec-0.1.3-py3-none-any.whl (872.8 kB view details)

Uploaded Python 3

File details

Details for the file streamlit-audiorec-0.1.3.tar.gz.

File metadata

  • Download URL: streamlit-audiorec-0.1.3.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for streamlit-audiorec-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0d1bf9490a7cd2c90529262f309a59fa566f0b2e83eecf03f26e5c42d241eb51
MD5 5121f9d7cbcf08ec0eb01fb76030f3bf
BLAKE2b-256 7bad6bb8db00e816d52a804c451f86784b3606f25561f9921829d549499b4eb1

See more details on using hashes here.

File details

Details for the file streamlit_audiorec-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: streamlit_audiorec-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 872.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.3 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for streamlit_audiorec-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ade3e880ed072733e129438f06c40516304598c7439ecbf8406dbdcd6bd4ac66
MD5 7635f7c754ce29fcee2b2c942e4de27d
BLAKE2b-256 d4bb3a0f70283264ed42587b5cc23189ccd3ef0ed94c0cf18fe204f6b7b4d36f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page