Search Books

Web Audio API: Advanced Sound for Games and Interactive Apps

Author Boris Smus
Publisher O'Reilly Media
📄 Viewing lite version Full site ›
🌎 Shop on Amazon — choose country
13.39 16.99 USD
🛒 Buy New on Amazon 🇺🇸 🏷 Buy Used — $6.13

✓ Usually ships in 24 hours

Share:
Book Details
Author(s)Boris Smus
ISBN / ASIN1449332684
ISBN-139781449332686
AvailabilityUsually ships in 24 hours
Sales Rank1,497,678
MarketplaceUnited States 🇺🇸

Description

Go beyond HTML5 s Audio tag and boost the audio capabilities of your web application with the Web Audio API. Packed with lots of code examples, crisp descriptions, and useful illustrations, this concise guide shows you how to use this JavaScript API to make the sounds and music of your games and interactive applications come alive.

You need little or no digital audio expertise to get started. Author Boris Smus introduces you to digital audio concepts, then shows you how the Web Audio API solves specific application audio problems. If you're an experienced JavaScript programmer, you ll not only learn how to synthesize and process digital audio, you ll also explore audio analysis and visualization with this API.

  • Learn Web Audio API, including audio graphs and the audio nodes
  • Provide quick feedback to user actions by scheduling sounds with the API s precise timing model
  • Control gain, volume, and loudness, and dive into clipping and crossfading
  • Understand pitch and frequency: use tools to manipulate soundforms directly with JavaScript
  • Generate synthetic sound effects and learn how to spatialize sound in 3D space
  • Use Web Audio API with the Audio tag, getUserMedia, and the Page Visibility API