Git for local file usage in Glitch to demonstrate audio file playback and manipulation.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
suroh 829e6569a3 Updated README 5 years ago
audio Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Updated README 5 years ago
index.html Initial commit 5 years ago
script.js Initial commit 5 years ago
style.css Initial commit 5 years ago

README.md

WebAudio API Experiments

This is a series of experiments that can be an introduction to audio web api.

What?

  • Basic Sound Generation
    • Controlling Pitch
    • Controlling Amplitude
    • Basic Interaction
  • Audio Signal Flow
    • Into other nodes
    • Effects
    • Synthesis
  • File Playback
    • Controlling a File
    • File output into nodes
  • Sound over Network(?)