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
- Host: GitHub
- URL: https://github.com/diversen/get-audio-sample-promise
- Owner: diversen
- Created: 2017-10-13T13:02:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T20:03:18.000Z (almost 9 years ago)
- Last Synced: 2025-03-05T09:48:21.231Z (over 1 year ago)
- Topics: audio-buffer
- Language: JavaScript
- Size: 128 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)