python-pyo 1.0.4-1build2 source package in Ubuntu

Changelog

python-pyo (1.0.4-1build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 11:08:31 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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.4.orig.tar.gz 8.6 MiB eefcf600fa2b7b84c723e3d728a72ad262492b5379ef5822e5314321b9e80f7c
python-pyo_1.0.4-1build2.debian.tar.xz 6.7 KiB 521292a03d031e275803b3a01a11063afab1445a2e8b2aa73c62ba1f72f6af15
python-pyo_1.0.4-1build2.dsc 2.1 KiB b2ced2e80d610c60b805a2410316ac4fb799c286fc81657dcaeaded0b64a7491

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