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

https://github.com/diversen/tiny-sample-loader

a very small sample loader with only one function
https://github.com/diversen/tiny-sample-loader

Last synced: about 1 year ago
JSON representation

a very small sample loader with only one function

Awesome Lists containing this project

README

          

# tiny-sample-loader

A tiny sample loader for loading samples into webaudio

npm install --save tiny-sample-loader

Idea from here (but this function will return a promise:

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)