File: about.rst.txt

package info (click to toggle)
python-pyo 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52,332 kB
  • sloc: python: 135,133; ansic: 127,822; javascript: 16,116; sh: 395; makefile: 388; cpp: 242
file content (28 lines) | stat: -rw-r--r-- 1,444 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
About pyo
=================

Pyo is a Python module written in C to help digital signal processing script 
creation. It provides a complete set of classes to build audio softwares, 
compose algorithmic musics or simply explore audio processing with a simple, 
mature and powerful programming language.

Pyo contains 
classes for a wide variety of audio signal processing. With pyo, the 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 the pyo module offer primitives, like mathematical operations on audio 
signals, basic signal processing (filters, delays, synthesis generators, etc.), 
but also complex algorithms to create sound granulation and other creative 
audio manipulations. pyo supports the OSC protocol (Open Sound Control) to ease 
communications between softwares, and the MIDI protocol for generating sound 
events and controlling process parameters. pyo allows the creation of 
sophisticated signal processing chains with all the benefits of a mature and 
widely used general programming language. 

Pyo is developed by Olivier Bélanger < belangeo@gmail.com >

For questions and comments, please subscribe to the 
`pyo-discuss <http://groups.google.com/group/pyo-discuss>`_ mailing list.

To report a bug or to request a feature, use the 
`issues tracker <https://github.com/belangeo/pyo/issues>`_ on github.