-
Notifications
You must be signed in to change notification settings - Fork 58
Tutorials: External Links
kindohm edited this page May 2, 2012
·
6 revisions
Here are some external links to blog posts and articles that discuss audiolib.js.
- Some basic audiolib.js demos - from a presentation done at the Twin Cities JavaScript Meetup Group in Feb 2012. Contains basic demos of oscillators, modulation, and some built-in effects. Also contains some simple demos for building custom generators, effects, and a simple ad-hoc sequencer.
- The ADSR Envelope with audiolib.js - a full blog post explaining how to create and control ADSR envelopes.
- Fast Fourier Transforms with audiolib.js - blog post on using FFT's with audiolib.js and rendering an FFT spectrum on an HTML canvas.