Streamlit component to view wavforms and spectrogram
Project description
st-audio-spectrogram
Streamlit component that allows you to visualize wav file waveforms, and spectrograms, while playing the video.
Installation instructions
pip install st-audio-spectrogram
Usage instructions
import streamlit as st
from st_audio_spectrogram import st_audio_spectrogram
# You can also leave any of these out for default values:
config = {
"cursor": {
"color": "blue",
"width": 4,
},
"waveform": {
"height": 128,
"color": "#4F4A85",
"progressColor": '#383351',
"normalize": True,
},
"spectrogram": {
"height": 128,
"labels": True,
},
"colormap": {
"colormap": "plasma",
"nshades": 256,
"format": "float",
},
"mediaControls": True,
}
data = open("demo.wav", "rb").read()
st_audio_spectrogram(data, config=config)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file st_audio_spectrogram-0.0.5-py3-none-any.whl.
File metadata
- Download URL: st_audio_spectrogram-0.0.5-py3-none-any.whl
- Upload date:
- Size: 653.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
070fc6b7e270e8f34f431f1300f32db4ef8ecc510821ef62e2eb837fae6b9ac1
|
|
| MD5 |
24e054e7354a08fe5e20af598a0e8805
|
|
| BLAKE2b-256 |
00350d75fb6f7ad4538b24ee187cbe533e721369d131a73096a733881a1ed435
|