Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kylestetz/Web-Audio-Basics
:speaker: Simple examples to demonstrate various aspects of the Web Audio API.
https://github.com/kylestetz/Web-Audio-Basics
Last synced: 24 days ago
JSON representation
:speaker: Simple examples to demonstrate various aspects of the Web Audio API.
- Host: GitHub
- URL: https://github.com/kylestetz/Web-Audio-Basics
- Owner: kylestetz
- Created: 2015-07-19T15:45:19.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-02T12:04:19.000Z (over 9 years ago)
- Last Synced: 2024-11-14T15:49:04.166Z (28 days ago)
- Language: CSS
- Homepage: http://kylestetz.github.io/Web-Audio-Basics/
- Size: 273 KB
- Stars: 119
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webaudio - Web Audio Basics - A growing set of light code samples with CodePen links for each. (Resources / Tutorials)
README
# Web Audio Basics
Explore the site here:
http://kylestetz.github.io/Web-Audio-Basics/This repo serves as a starting point for tinkering with the web audio API. You'll find simple examples that demonstrate the basics of playing and scheduling sound, creating rhythm, and more. Suggestions and pull requests are welcome!
Each folder contains its own README with a codepen link and a short description of what's happening in the sketch.
Todo:
- [x] Oscillators and Frequency
- [x] Using Math to Make Notes
- [x] Scheduling Things in Advance
- [x] Continuous Sequencing
- [x] Playing Samples
- [x] Manipulating Samples
- [ ] The QWERTY Keyboard
- [ ] ASDR Envelopes
- [ ] A Delay Effect