python-pyo 1.0.5-5build1 source package in Ubuntu

Changelog

python-pyo (1.0.5-5build1) noble; urgency=medium

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Thu, 02 Nov 2023 09:27:25 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.5.orig.tar.gz 10.6 MiB 9432dd4ae1fc05b0cd94b26e409fa4d3295fcfba4eb3177990c9fa7363366983
python-pyo_1.0.5-5build1.debian.tar.xz 7.7 KiB af3c36deb9b3525af6c6a9bca34769f38460484618bc382cfdc1d8654674afce
python-pyo_1.0.5-5build1.dsc 2.2 KiB f863ed2799b31c7280ea9c88a03e3803ca30ce3cca91a5ed4450e75f94eb600c

View changes file

Binary packages built by this source

python3-pyo: Python3 module written in C to help digital signal processing script creation

 pyo is a Python module containing classes for a wide variety of audio signal
 processing types. With pyo, user will be able to include signal processing
 chains directly in Python scripts or projects, and to manipulate them in real
 time through the interpreter. Tools in pyo module offer primitives, like
 mathematical operations on audio signal, basic signal processing (filters,
 delays, synthesis generators, etc.), but also complex algorithms to create
 sound granulation and others creative audio manipulations.
 .
 pyo supports OSC protocol (Open Sound Control), to ease communications between
 softwares, and MIDI protocol, for generating sound events and controlling
 process parameters.
 .
 pyo allows creation of sophisticated signal processing chains with all the
 benefits of a mature, and wildly used, general programming language.
 .
 This package installs the library for Python 3.

python3-pyo-dbgsym: debug symbols for python3-pyo