1. Preface
    1. Structure of This Book
    2. Conventions Used in This Book
    3. Using Code Examples
    4. SafariĀ® Books Online
    5. How to Contact Us
    6. Thanks!
  2. Fundamentals
    1. A Brief History of Audio on the Web
    2. Games and Interactivity
    3. The Audio Context
    4. Initializing an Audio Context
    5. Types of Web Audio Nodes
    6. Connecting the Audio Graph
    7. Power of Modular Routing
    8. Loading and Playing Sounds
    9. Putting It All Together
  3. Perfect Timing and Latency
    1. Timing Model
    2. Precise Playback and Resume
    3. Scheduling Precise Rhythms
    4. Changing Audio Parameters
    5. Gradually Varying Audio Parameters
    6. Custom Timing Curves
  4. Volume and Loudness
    1. Equal Power Crossfading
    2. Using Meters to Detect and Prevent Clipping
    3. Dynamics Compression
  5. Pitch and the Frequency Domain
    1. Pitch and playbackRate
    2. Multiple Sounds with Variations
    3. Oscillator-Based Direct Sound Synthesis
  6. Analysis and Visualization
    1. Frequency Analysis
    2. Animating with requestAnimationFrame
    3. Visualizing Sound
  7. Advanced Topics
    1. Adding Effects via Filters
    2. Procedurally Generated Sound
    3. Room Effects
    4. Spatialized Sound
    5. Audio Processing with JavaScript
  8. Integrating with Other Technologies
    1. Setting Up Background Music with the <audio> Tag
    2. Live Audio Input
    3. Page Visibility and Audio Playback
  9. Conclusion
  10. Deprecation Notes
  11. Glossary