Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 944 Bytes

PyAudio.md

File metadata and controls

27 lines (17 loc) · 944 Bytes

PyAudio

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

Installation

root@edison:~# pip install pyaudio