Integrating PyAudio & PySimpleGUI

Blocking and non blocking operations in python

Keno Leon
7 min readApr 20, 2021

--

Intro

As part of my research on Signal Processing and AI, I wanted to visually represent real time audio data from my microphone, this simple request turned out to be not so simple at all for a number of reasons we will cover, along the way we will see how to integrate PyAudio with a GUI (I use…

--

--