omega0verride / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%