The new Sound library for Processing 3 provides a simple way to work with audio. It can play, analyze, and synthesize sound. The library comes with a collection of oscillators for basic wave forms, a variety of noise generators, and effects and filters to alter sound files and other generated sounds. The syntax is minimal to make it easy for beginners who want a straightforward way to add some sound to their Processing sketches!
The easiest way to install the Sound library is through Processing's Contribution Manager. The library comes with many example sketches, the full online reference can be found here. Please report bugs https://github.com/processing/processing-sound/issues.
git clone [email protected]:processing/processing-sound.git
- into the
library/
folder copy (or soft-link) your Processsing'score.jar
(and, optionally, also your Android SDK'sandroid.jar
, API level 26 or higher). Other dependencies (in particular Phil Burk's JSyn engine on which this library is based) are downloaded automatically. ant dist
(or, alternatively, run build.xml from within Eclipse)
The resulting processing-sound.zip
can be extracted into your Processing installation's libraries/
folder.
LGPL v2.1