# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-PyAudio VERSION= 0.2.14 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Bindings for PortAudio v19 (3.12) SDESC[v13]= Bindings for PortAudio v19 (3.13) 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 DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON BUILDRUN_DEPENDS= portaudio:primary:std USES= gmake DISTNAME= PyAudio-0.2.14 GENERATED= yes [PY312].USES_ON= python:v12,pep517 [PY313].USES_ON= python:v13,pep517 [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:111:distinfo] 78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87 47066 python-src/PyAudio-0.2.14.tar.gz