• Stars
    star
    119
  • Rank 296,800 (Top 6 %)
  • Language
    CSS
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🔈 Simple examples to demonstrate various aspects of the Web Audio API.

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:

  • Oscillators and Frequency
  • Using Math to Make Notes
  • Scheduling Things in Advance
  • Continuous Sequencing
  • Playing Samples
  • Manipulating Samples
  • The QWERTY Keyboard
  • ASDR Envelopes
  • A Delay Effect