loongson/pypi/: pyaudio-0.2.14 metadata and description

Homepage Simple index Mirror page

Cross-platform audio I/O with PortAudio

author Hubert Pham
classifiers
  • Development Status :: 4 - Beta
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 3
  • Topic :: Multimedia :: Sound/Audio
description_content_type text/markdown
license MIT
provides_extras test
requires_dist
  • numpy ; extra == 'test'
File Tox results History
PyAudio-0.2.14-cp310-cp310-linux_loongarch64.whl
Size
61 KB
Type
Python Wheel
Python
3.10
PyAudio-0.2.14-cp311-cp311-linux_loongarch64.whl
Size
65 KB
Type
Python Wheel
Python
3.11
PyAudio-0.2.14-cp312-cp312-linux_loongarch64.whl
Size
66 KB
Type
Python Wheel
Python
3.12
PyAudio-0.2.14-cp38-cp38-linux_loongarch64.whl
Size
63 KB
Type
Python Wheel
Python
3.8
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2024-04-16 08:45:44
PyAudio-0.2.14-cp39-cp39-linux_loongarch64.whl
Size
61 KB
Type
Python Wheel
Python
3.9

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.

Installation

See the INSTALLATION file in the source distribution for details. In summary, install PyAudio using pip on most platforms.

Windows

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:

brew install portaudio
pip install pyaudio

GNU/Linux

Use the package manager to install PyAudio. For example, on Debian-based systems:

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

License

PyAudio is distributed under the MIT License. See LICENSE.txt.