webaudio cover page

The specifications below belong to the series 'webaudio'

Web Audio API 1.1

First Public Working Draft
- history
Tags
Browser
Media
Web API
Deliverers
Audio Working Group

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.

Web Audio API

Recommendation
- history
Tags
Media
Web API
Deliverers
Audio Working Group

This specification describes a high-level JavaScript 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 JavaScript processing and synthesis is also supported.