Python-GUI-examples
Python-GUI-examples copied to clipboard
A growing collection of bare-bones GUI examples for python (PyQt4, Python 3)
Hi, your work is very interesting! I would like to register the audio in a file.wav after stopping the real time stream. Hence, i add a frames list in SWHear.py...
In SWHear.py, there is possibility to set the device by id in constructor/__init__. This id is verified (valid_input_devices function). Actually half of this class deals with selecting the right audio...
Hi, first of all thanks for publishing. It's a great starting point and saved me some time in my own project. One thing I noticed: in valid_low_rate() we are looping...
Sorry for spamming here, I wanted to comment on https://www.swharden.com/wp/2016-07-19-realtime-audio-visualization-in-python/ but I couldn't manage to comment over there ... You are showing this code snippet: ```python import sounddevice #pip install...