python-pyaudio 0.2.13-1 source package in Ubuntu

Changelog

python-pyaudio (0.2.13-1) unstable; urgency=medium

  * New upstream release
    - Moves pyaudio.Stream to pyaudio.PyAudio.Stream.
    - Deprecates PaMacCoreStreamInfo's get_channel_map and get_flags methods.
      Replaces methods with channel_map and flags properties, respectively.
    - Packages PyAudio as a Python package (directory).
    - Adds support for linking against Homebrew on Apple Silicon.
    - Refactors C extension, adds more tests, modernizes examples.
  * Remove debian patches for Makefile, now unnecessary with upstream updates.

 -- Hubert Pham <email address hidden>  Mon, 26 Dec 2022 00:15:00 -0500

Upload details

Uploaded by:
Hubert Pham
Uploaded to:
Sid
Original maintainer:
Hubert Pham
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyaudio_0.2.13-1.dsc 2.2 KiB 763a98a01e8417cef5b864576c59c02fa88ab8dbef08b683494a857c1f50f547
python-pyaudio_0.2.13.orig.tar.gz 41.8 KiB 2eb01038fb697d620c6959722331468c4a9630d0d452930062737789c244ac28
python-pyaudio_0.2.13-1.debian.tar.xz 4.4 KiB a6aa92e922fde99f8320878a3755169ebaeb3ef557085955196c3327b841877c

Available diffs

No changes file available.

Binary packages built by this source

python-pyaudio-doc: Documentation for Python bindings for PortAudio v19

 Documentation for PyAudio, which provides Python bindings for
 PortAudio v19, the cross-platform audio I/O library. PyAudio makes it
 easy to use Python to play and record audio via pythonic wrappers
 around the PortAudio API.

python3-pyaudio: Python3 bindings for PortAudio v19

 PyAudio provides Python bindings for PortAudio v19, the
 cross-platform audio I/O library. PyAudio makes it easy to use Python
 to play and record audio via pythonic wrappers around the PortAudio
 API. This package is for Python3.

python3-pyaudio-dbgsym: debug symbols for python3-pyaudio