visuaudio.py
uses the pyqtgraph
and pyaudio
libraries to view the audio spectrum of input sound.
Running the application:
- Clone repository
$ pip install -r requirements.txt
$ python visuaudio.py
Notes:
- Ensure you have a working input sound source.
- Run the application on your native terminal (i.e. not iTerm2, etc.)
- On MacOS, you will have to grant Terminal permission to use the input sound source.
- Windows, Linux..?