- You can generate audio using JavaScript - Tiny new language - small vocabulary - few grammar rules - couple of ideoms - AudioContext - like canvas - toolbox - instance factory - Nodes Taxonomy - Generation - Manipulation - Analysis - Audio Context as audio graph - Modular routing - Sound modulation - connect() helps you to modulate from one node to another - Gain nodes - … - Don’t keep nodes - stop and disconnect sound sources - load binary data - decode into a buffer - create buffer so...