Metadata-Version: 2.1
Name: pysound
Version: 0.2
Summary: Sound and music synthesiser
Home-page: https://github.com/martinmcbride/pysound
Author: Martin McBride
Author-email: mcbride.martin@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# PySound

A Python library for creating digital sound and music.

PySound uses numpy arrays to store and process sound.

Features:

* Oscillators - sine, saw, square, wave table and noise
* Envelopes - ramp, attack-decay, generic envelope
* Effects - echo
* Mixers - add, multiply
* Sequencers - join sounds, basic sound sequencer
* Output - WAV file
* Graph - plot sound waves

[Tutorial](http://www.martinmcbride.org/pysound_tutorial)

[Reference](http://www.martinmcbride.org/pysound-reference)



