Skip to content
Joe Turner edited this page Aug 8, 2011 · 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.

Getting Started

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

Developers Guide (Coming soon)

Clone this wiki locally