python-PyAudio
Port variant py39
Summary Bindings for PortAudio v19 (3.9)
Package version 0.2.12
Homepage https://people.csail.mit.edu/hubert/pyaudio/
Keywords python
Maintainer Python Automaton
License Not yet specified
Other variants py310
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 25 JUL 2022, 23:38:49 UTC
Port created 09 JUN 2020, 16:07:30 UTC
Subpackage Descriptions
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.
Configuration Switches (platform-specific settings discarded)
PY310 OFF Build using Python 3.10 PY39 ON Build using Python 3.9
Package Dependencies by Type
Build (only) gmake:single:ravensys
python-setuptools:single:py39
autoselect-python:single:standard
Build and Runtime portaudio:primary:standard
python39:single:standard
Download groups
main mirror://PYPI/P/PyAudio
Distribution File Information
55ddf5db72bc537bba5f5dbca3ab9f0222ee5b842bda83978eab0b7b8f60fb9e 42944 PyAudio-0.2.12.tar.gz
Ports that require python-PyAudio:py39
No other ports depend on this one.