PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms, such as GNU/Linux, Microsoft Windows, and Apple Mac OS X / macOS. Homepage
Demos
-
Play
-
Record
-
Wire
-
Play (Callback)
-
Wire (Callback)
root@edison:~# pip install pyaudio