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

https://github.com/diversen/get-audio-sample-promise

Load an audio sample promise and return an audio buffer instrument
https://github.com/diversen/get-audio-sample-promise

audio-buffer

Last synced: over 1 year ago
JSON representation

Load an audio sample promise and return an audio buffer instrument

Awesome Lists containing this project

README

          

# get-audio-sample-promise

npm install --save get-audio-sample-promise

Loads a sample and returns an [audio-buffer-instrument](https://www.npmjs.com/package/audio-buffer-instrument)

`audio-buffer-instrument` is just a convenient method for getting an `audio buffer Source`

## Usage

See: [test.js](test.js)

## Building test

watchify test.js -t --debug -o 'bundle.js'

See [index.html](index.html)

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