Skip to content

cynical-media/processing-sound

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing Sound library

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!

How to use

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.

How to build

  1. git clone [email protected]:processing/processing-sound.git
  2. into the library/ folder copy (or soft-link) your Processsing's core.jar (and, optionally, also your Android SDK's android.jar, API level 26 or higher). Other dependencies (in particular Phil Burk's JSyn engine on which this library is based) are downloaded automatically.
  3. 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.

License

LGPL v2.1

About

Audio library for Processing built with JSyn

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%