An open API service indexing awesome lists of open source software.

https://github.com/diversen/audio-buffer-instrument

Simple webaudio module that creates instruments from audio-buffers
https://github.com/diversen/audio-buffer-instrument

audiobuffer create-buffer-source

Last synced: 2 months ago
JSON representation

Simple webaudio module that creates instruments from audio-buffers

Awesome Lists containing this project

README

        

# audio-buffer-instrument

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/

# Code

See [index.js](index.js)

# Usage

See [index.html](index.html)

MIT © [Dennis Iversen](https://github.com/diversen)