# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-PyAudio VERSION= 0.2.14 KEYWORDS= python VARIANTS= v11 v12 SDESC[v11]= Bindings for PortAudio v19 (3.11) SDESC[v12]= Bindings for PortAudio v19 (3.12) HOMEPAGE= https://people.csail.mit.edu/hubert/pyaudio/ CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPI/P/PyAudio DISTFILE[1]= PyAudio-0.2.14.tar.gz:main DF_INDEX= 1 SPKGS[v11]= single SPKGS[v12]= single OPTIONS_AVAILABLE= PY311 PY312 OPTIONS_STANDARD= none VOPTS[v11]= PY311=ON PY312=OFF VOPTS[v12]= PY311=OFF PY312=ON BUILDRUN_DEPENDS= portaudio:primary:standard USES= gmake DISTNAME= PyAudio-0.2.14 GENERATED= yes [PY311].USES_ON= python:v11,sutools [PY312].USES_ON= python:v12,sutools [FILE:1681:descriptions/desc.single] [image] # PyAudio PyAudio provides Python bindings for PortAudio v19, 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 macOS. PyAudio is distributed under the MIT License. * [Homepage] * [API Documentation] * [PyPi] ## Installation See the INSTALLATION file in the source distribution for details. In summary, install PyAudio using `pip` on most platforms. ### Windows ```sh python -m pip install pyaudio ``` This installs the precompiled PyAudio library with PortAudio v19 19.7.0 included. The library is compiled with support for Windows MME API, DirectSound, WASAPI, and WDM-KS. It does not include support for ASIO. If you require support for APIs not included, you will need to compile PortAudio and PyAudio. ### macOS Use [Homebrew] to install the prerequisite [portaudio] library, then install PyAudio using `pip`: `sh brew install portaudio pip install pyaudio ` ### GNU/Linux Use the package manager to install PyAudio. For example, on Debian-based systems: ```sh sudo apt install python3-pyaudio ``` Alternatively, if the latest version of PyAudio is not available, install it using `pip`. Be sure to first install development libraries for `portaudio19` and `python3`. ### Building from source See the INSTALLATION file. ## Documentation & Usage Examples * Read the [API Documentation], or generate it from the source using [`sphinx`]. * Usage examples are in the `examples` directory of the source distribution, or see the [project homepage]. ## License PyAudio is distributed under the MIT License. See LICENSE.txt. [FILE:100:distinfo] 78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87 47066 PyAudio-0.2.14.tar.gz