Metadata-Version: 1.2
Name: pyo
Version: 1.0.0
Summary: Python module to build digital signal processing program.
Home-page: http://ajaxsoundstudio.com/software/pyo/
Author: Olivier Belanger
Author-email: belangeo@gmail.com
License: LGPLv3+
Project-URL: Bug Tracker, https://github.com/belangeo/pyo/issues
Project-URL: Documentation, http://ajaxsoundstudio.com/pyodoc/
Project-URL: Source Code, https://github.com/belangeo/pyo
Description: 
        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 widely used, general programming language.
        
Keywords: audio sound dsp synthesis signal-processing music
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Classifier: Topic :: Multimedia :: Sound/Audio :: Sound Synthesis
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
