Introduction to PyAudio
August 6, 2015
As part of wroc.py #18, the monthly Python meeting in Wrocław, I presented a brief introduction to to PyAudio package.
PyAudio provides bindings for the famous C library PortAudio and allows playing and recording audio in realtime with Python.
In case you would be interested to reproduce the examples showed during this presentation, please visit this GitHub repository or clone it directly with:
git clone https://github.com/filaton/PyAudio-Introduction.git