Skip to content
Devin Rhode edited this page Jun 10, 2016 · 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. You'll want to start a web server like live-server in the root directory of the Audiolet repository.

User Documentation

Getting Started

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

How Stuff Works

Developer Documentation

Other