Audio Data API JS Library

From MozillaWiki
Jump to navigation Jump to search

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.