audio-buffer-instrument
Version:
Simple webaudio module that creates instruments from audio-buffers
19 lines (10 loc) • 341 B
Markdown
A tiny module for getting 'audioBuffer' nodes.
npm install --save audio-buffer-instrument
Code mostly taken from this nice article:
https://dev.opera.com/articles/drum-sounds-webaudio/
See [index.js](index.js)
See [index.html](index.html)
MIT © [Dennis Iversen](https://github.com/diversen)