Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
-