W3C Standardized API Web Audio

W3C consortium announced About giving API Web Audio The status of the recommended standard. The Web Audio Specification describes a high-level software interface that allows you to develop on JavaScript Web applications for synthesis and sound processing operating in a web browser and not requiring additional plugins. From the Web Audio applications, there is an adding to the pages of sound effects, the development of a Web application for processing, recording, playback and music creation, use in games, visualization of sound. The WEB AUDIO browsers are maintained from Firefox 35 and Chrome 14.

is based on the paradigm of the routing of sound streams in which several objects audionode bind to each other to form a final audio stream. Each audionode unit is associated with a specific sound operation (filters, conversions, volume change, etc.) or defines the source / output point (Audio / Video tags, files, microphone, buffer, network broadcasting, Synthesis on the fly). Nodes may include as provided by the platform, type features (for example, sound effects and volume control), implemented in low-level languages, and created on JavaScript. Mixing sound streams from multiple sources is allowed.

/Media reports.