W3C Invites Implementations of Web Audio API
DRANK

The Audio Working Group invites implementations of Web Audio API Candidate Recommendation. Web Audio is 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, but using AudioWorklet, direct script processing and synthesis from JavaScript or WebAssembly is also supported.

w3.org
Related Topics: API Economy JavaScript HTML5