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
- Host: GitHub
- URL: https://github.com/diversen/audio-buffer-instrument
- Owner: diversen
- Created: 2017-07-21T16:45:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T19:08:58.000Z (over 7 years ago)
- Last Synced: 2024-04-26T21:47:28.582Z (about 1 year ago)
- Topics: audiobuffer, create-buffer-source
- Language: HTML
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)