some utils to show audio wave
Project description
WaveChart
a chart util to show audio wave
Usage
Install
pip install wavechart
Static chart
Display the waveform of a sound file
import wavechart
chart = wavechart.StaticWaveChart(path='audio.wav')
chart.show()
Dynamic chart
Display the waveform of a sound queue in the format of numpy array
from recorder import Recorder
import wavechart
r = Recorder()
wave_queue = r.get_wave_queue()
chart = wavechart.DynamicWaveChart(wave_queue=wave_queue)
chart.show()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wavechart-0.0.2.tar.gz
(2.5 kB
view details)
File details
Details for the file wavechart-0.0.2.tar.gz
.
File metadata
- Download URL: wavechart-0.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4df783eae8f4deca9d7398d3647202b673e56ac0b6be44671bb7a8401d5045d1 |
|
MD5 | 48cc5e1f4e0ea9345fefd0baf49380ae |
|
BLAKE2b-256 | cf88291b30a567914a01b9419d52de39a431631e54d7ce95143a6877654dc974 |