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()
Release files for wavechart 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wavechart-0.0.2.tar.gz | 2.5 kB | Details |
Release files / wavechart-0.0.2.tar.gz
| Download URL | wavechart-0.0.2.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4df783eae8f4deca9d7398d3647202b673e56ac0b6be44671bb7a8401d5045d1
|
|
BLAKE2b-256 checksum How to use checksums |
cf88291b30a567914a01b9419d52de39a431631e54d7ce95143a6877654dc974
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|