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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
.. Pyo documentation master file, created by
sphinx-quickstart on Thu May 16 15:35:44 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the pyo 1.0.5 documentation
===================================================
.. image:: _static/E-PyoIcon.png
:scale: 50 %
:align: center
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.
Parts of the documentation
--------------------------
.. toctree::
:maxdepth: 1
about
download
compiling
structure
gettingstarted
winaudioinspect
perftips
.. toctree::
:maxdepth: 2
api/index
examples/index
tutorials/index
Indices and tables
------------------
* :ref:`genindex`
* :ref:`search`
|