Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 469 Bytes

File metadata and controls

8 lines (4 loc) · 469 Bytes

Python-Realtime-Audio-Visualizer

An audio visualizer written using soundcard, scipy and pyqtgraph. Supports internal and microphone audio. Live waveform, buffered, hanning, FFT (frequency domain) etc.

Audio is captured on another process to not block the UI and pushes the data to a Queue to make sure we do not miss chunks of data while processing.

image