python-pyo 1.0.3-0.1build2 source package in Ubuntu

Changelog

python-pyo (1.0.3-0.1build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:59:10 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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.3.orig.tar.gz 15.1 MiB b101f8826c8c70489c61734b482386ee5a463170e34fc9cbdab4aa1e6574b28c
python-pyo_1.0.3-0.1build2.debian.tar.xz 7.9 KiB 8ac64813c1545faf001b851ac2dac187a17849c490c750a7fbae43b28e17cefe
python-pyo_1.0.3-0.1build2.dsc 2.1 KiB b3588c9aa00f86f46c3f7e989e33f51436f90a853e76259006cc8573bc08c727

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