This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.bs
53 lines (47 loc) · 1.65 KB
/
index.bs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<pre class='metadata'>
Title: Web Audio API V2
Shortname: webaudio
Level: 2
Status: ED
Group: audiowg
Repository: WebAudio/web-audio-api-v2
URL: https://github.com/WebAudio/web-audio-api-v2
Editor: Paul Adenot, Mozilla (https://www.mozilla.org), padenot@mozilla.com, w3cid 62410
Editor: Matthew Paradis, BBC (https://www.bbc.com), matthew.paradis@bbc.co.uk
Test Suite: https://github.com/web-platform-tests/wpt/tree/master/webaudio
Abstract: A high-level Web <abbr title="Application Programming Interface">API</abbr>
for processing and synthesizing audio in web applications.
Markup Shorthands: markdown on, dfn on, css off
</pre>
<pre class=anchors>
spec: ECMAScript; url: https://tc39.github.io/ecma262/#sec-data-blocks; type: dfn; text: data block;
url: https://www.w3.org/TR/mediacapture-streams/#dom-mediadevices-getusermedia; type: method; for: MediaDevices; text: getUserMedia()
</pre>
<script>
window.MathJax = {
tex: {
// Enable equation numbering and use AMS numbering rules
tags: 'ams'
},
// Note: use \(...\) for inline formulas and $$...$$ for displayed equations.
options: {
// Tell Mathjax that we want to process formulas in these tags. The '[-]' means
// remove these tags from the default setting.
skipHtmlTags: {'[-]': ['pre']}
}
};
</script>
<script id="Mathjax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
# Introduction # {#intro}
<h2 id="priv-sec">
Security and Privacy Considerations</h2>
<h2 id="changes">
Change Log
</h2>
<h2 id="acks">
Acknowledgements
</h2>
This specification is the collective work of the W3C <a
href="http://www.w3.org/2011/audio/">Audio Working Group</a>.