python-pyo 1.0.5-3 source package in Ubuntu

Changelog

python-pyo (1.0.5-3) unstable; urgency=medium

  * Quick fix for unit test for 32-bit archs. Closes: #1038126.

 -- Tiago Bortoletto Vaz <email address hidden>  Fri, 11 Aug 2023 10:29:48 -0400

Upload details

Uploaded by:
Debian Multimedia Team
Uploaded to:
Sid
Original maintainer:
Debian Multimedia Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.5-3.dsc 2.1 KiB fe7794bfb5f6ace675d255926cafe3e2f473d4d0752e1bb927568315d6ab48c2
python-pyo_1.0.5.orig.tar.gz 10.6 MiB 9432dd4ae1fc05b0cd94b26e409fa4d3295fcfba4eb3177990c9fa7363366983
python-pyo_1.0.5-3.debian.tar.xz 7.6 KiB e827d76d220065406f5f8b075523c7ee37b72a35ab777458e8d357f816d354b1

Available diffs

No changes file available.

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