Skip to content
oampo edited this page Oct 1, 2012 · 16 revisions

Audiolet

Audiolet is a JavaScript library for real-time audio synthesis and composition from within the browser. It uses graph-based routing and pattern-based scheduling to make complex audio simple to program, and easy to understand.

Installation

Audiolet comes with everything you need to get started, with the exception of a browser. Currently it supports Firefox 4 and versions of Chrome with the Web Audio API enabled.

To get started with Audiolet, clone the git repository and create a copy of the template in the examples folder. A recently compiled version of Audiolet is kept in the audiolet/ directory.

User Documentation

Getting Started

  • Start making noise
  • Build your first synth
  • Learn about scheduling and patterns

How Stuff Works

Developer Documentation

Other

Clone this wiki locally