Audio Data API JS Library: Difference between revisions
Jump to navigation
Jump to search
(Created page with '==Introduction== This page is a brainstorming and spec page for a JS library based on the Audio Data API. ==Ideas== * < sanchothefat> I'd like to see a similar api to jque…') |
No edit summary |
||
| Line 2: | Line 2: | ||
This page is a brainstorming and spec page for a JS library based on the [[Audio Data API]]. | This page is a brainstorming and spec page for a JS library based on the [[Audio Data API]]. | ||
http://github.com/corbanbrook/dsp.js | |||
==Ideas== | ==Ideas== | ||
Revision as of 17:17, 1 May 2010
Introduction
This page is a brainstorming and spec page for a JS library based on the Audio Data API.
http://github.com/corbanbrook/dsp.js
Ideas
- < sanchothefat> I'd like to see a similar api to jquery or pjs style eg. a = new Audio(); a.wave('sine');
- extract stuff from bloop, synth, squarewave, etc.