Blip - lightweight JavaScript library that wraps the Web Audio API

added by JavaScript Kicks
10/29/2014 6:55:23 PM

1120 Views

blip is a lightweight JavaScript library that wraps the Web Audio API, abstracting away the AudioContext, and simplifying node creation and audio routing. It also provides some extremely powerful and flexible methods for looping and manipulating samples that allow for both temporal precision and musical expressiveness.


1 comments

Drew Peterson
10/30/2014 2:01:19 AM
Ooo! I've wanted to play more with web audio but didn't want to have to write all the boilerplate. The main documentation page doesn't show it, but there's quite a bit of power packed into this library. The node functionality allows chaining any number of effects, including channel splitters, buffers, oscillators, delay, etc. Just about everything you'd need to create a very basic html5 synthesizer. :-)