<< Return to the Publications & Projects list

Web Audio API
- Abstract
- This specification describes a high-level Web API for processing and synthesizing audio in web applications. The primary paradigm is of an audio routing graph, where a number of AudioNode objects are connected together to define the overall audio rendering. The actual processing will primarily take place in the underlying implementation (typically optimized Assembly / C / C++ code), but direct script processing and synthesis is also supported.
- Supplementary Normative References
- will be completed
- Website
- https://www.w3.org/TR/webaudio/
- Keywords
- to be added later
- Maturities
- published
- Types
- Standard
<< Return to the Publications & Projects list