Confirmed users
504
edits
m (→Abstract) |
|||
| Line 1: | Line 1: | ||
== Abstract == | == Abstract == | ||
The Web Audio API (webaudio) 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 | The [https://developer.mozilla.org/en-US/docs/Web_Audio_API Web Audio API] (webaudio) 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 | ||
== Current Status == | == Current Status == | ||