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
- Host: GitHub
- URL: https://github.com/diversen/tiny-sample-loader
- Owner: diversen
- Created: 2017-07-21T16:02:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T19:57:36.000Z (almost 9 years ago)
- Last Synced: 2025-07-07T01:18:22.348Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)