python-pyo 1.0.5-5build2 source package in Ubuntu

Changelog

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

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 17:58:20 +0000

Upload details

Uploaded by:
Graham Inggs
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
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.5.orig.tar.gz 10.6 MiB 9432dd4ae1fc05b0cd94b26e409fa4d3295fcfba4eb3177990c9fa7363366983
python-pyo_1.0.5-5build2.debian.tar.xz 7.8 KiB 7abd7d5fcc6d3d53c8d709c6dfaa61a94ffaff3e08f04fb71411740d2c930fee
python-pyo_1.0.5-5build2.dsc 2.1 KiB 3416688ed2ccc6237a3aceb839428e812a785afa6af0a80bf3125096c832830d

Available diffs

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