Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 630 Bytes

Web Audio Playground

This is the source code for the Web Audio Playground application.

Installation

To install the application locally, download a copy of the Python App Engine SDK for your operating system, install it, point it at a check-out of this repo and view the application on a local port using the latest version of Google Chrome.

Alternately, you can simply host the directory structure on a local web server, and load index.html.
(The app cannot be run from file:// as XMLHTTPRequest doesn't work.)