python-pyo 1.0.0-2.1 source package in Ubuntu

Changelog

python-pyo (1.0.0-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Drop python2 support; Closes: #938081

 -- Sandro Tosi <email address hidden>  Fri, 10 Jan 2020 20:23:01 -0500

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.0-2.1.dsc 2.0 KiB 93db3e661934a32abf6e814aa5b7f9f7fe856fd7434e48c3918771f9f41124c5
python-pyo_1.0.0.orig.tar.bz2 4.0 MiB 53c0f41ae2680104a808da040524432c87b13e0ea84c3f38f16fc0f2618754ab
python-pyo_1.0.0-2.1.debian.tar.xz 7.4 KiB 9b7acb8bc030e05f8dc8095476707267fa1afcbc7b8b12163578aba19d2b3cf6

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