python-pyo 1.0.0-2.1build1 source package in Ubuntu

Changelog

python-pyo (1.0.0-2.1build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:23:51 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.0.orig.tar.bz2 4.0 MiB 53c0f41ae2680104a808da040524432c87b13e0ea84c3f38f16fc0f2618754ab
python-pyo_1.0.0-2.1build1.debian.tar.xz 7.5 KiB 5f890765c95107f1429e9bbad53c939148abefb54beda5fb5d188576877ddc72
python-pyo_1.0.0-2.1build1.dsc 2.1 KiB a66592f6cfd6569fe0226654f40c9c51a66ce376c29e2b2b593da28e0b6d57ee

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