Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnhunter/webaudio-examples
Web Audio Examples using the WebAudio api.
https://github.com/johnhunter/webaudio-examples
js music webaudio
Last synced: about 1 month ago
JSON representation
Web Audio Examples using the WebAudio api.
- Host: GitHub
- URL: https://github.com/johnhunter/webaudio-examples
- Owner: johnhunter
- Created: 2017-10-07T12:02:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T11:38:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T03:23:13.966Z (3 months ago)
- Topics: js, music, webaudio
- Language: JavaScript
- Homepage:
- Size: 4.06 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Web Audio
Examples using the WebAudio api.
**Note:**
- Requires a webserver, e.g. `lite-server`
- Assumes browser ES modules support.
- Binary samples not included in the repo.## Resources
- http://teropa.info/blog/2016/07/28/javascript-systems-music.html
- http://caniuse.com/#feat=audio-api
- https://webaudio.github.io/web-audio-api/
- https://tonejs.github.io
- http://teropa.info/blog/2016/08/19/what-is-the-web-audio-api.html
- http://chimera.labs.oreilly.com/books/1234000001552/index.html## TODO
- Observables for events (e.g. keyboard, sequencing, etc.) https://github.com/zenparsing/zen-observable
-