Audio Data API JS Library: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


http://github.com/corbanbrook/dsp.js
http://github.com/corbanbrook/dsp.js
Currently it has js FFT, DFT, Oscillators (sine, square, triangle, saw), envelopes, IIR Filters, Window functions


==Ideas==
==Ideas==

Revision as of 17:23, 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

Currently it has js FFT, DFT, Oscillators (sine, square, triangle, saw), envelopes, IIR Filters, Window functions

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.