python-pyo 1.0.4-1 source package in Ubuntu

Changelog

python-pyo (1.0.4-1) unstable; urgency=medium

  * New upstream version.

 -- Tiago Bortoletto Vaz <email address hidden>  Tue, 17 Aug 2021 10:26:57 -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

Downloads

File Size SHA-256 Checksum
python-pyo_1.0.4-1.dsc 2.1 KiB a3a3fc918af17214629879d4363ce55b82c9ca252b48dee0cbef77174c6bbb56
python-pyo_1.0.4.orig.tar.gz 8.6 MiB eefcf600fa2b7b84c723e3d728a72ad262492b5379ef5822e5314321b9e80f7c
python-pyo_1.0.4-1.debian.tar.xz 6.6 KiB ebfbabe57aef68aa140df4ba6bb56a86955a3be0d7160b5fb2633ac7e56fc069

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