python-pyo 1.0.4-1build3 source package in Ubuntu

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:39:55 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
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
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.4.orig.tar.gz 8.6 MiB eefcf600fa2b7b84c723e3d728a72ad262492b5379ef5822e5314321b9e80f7c
python-pyo_1.0.4-1build3.debian.tar.xz 6.8 KiB aca84bb059dd31671a6a4d712d12574d7cb1f13d23e46b46647bc7bedadac3f7
python-pyo_1.0.4-1build3.dsc 2.1 KiB e646d8afbb878c5569faaf23c23aa49847b0890d95a5c0412c6cb632082e4aa2

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