-
Notifications
You must be signed in to change notification settings - Fork 73
/
audio-session.json
93 lines (93 loc) · 2.53 KB
/
audio-session.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"spec": {
"title": "Audio Session",
"url": "https://w3c.github.io/audio-session/"
},
"links": {
"rawlinks": {
"https://datatracker.ietf.org/doc/html/rfc2119": {},
"https://dom.spec.whatwg.org/": {},
"https://github.com/w3c/audio-session/issues": {},
"https://html.spec.whatwg.org/multipage/": {},
"https://infra.spec.whatwg.org/": {},
"https://lists.w3.org/Archives/Public/public-media-wg/": {},
"https://w3c.github.io/mediacapture-main/": {},
"https://webaudio.github.io/web-audio-api/": {},
"https://webidl.spec.whatwg.org/": {},
"https://www.w3.org/TR/": {},
"https://www.w3.org/groups/wg/media/": {},
"https://www.w3.org/groups/wg/media/ipr": {},
"https://www.w3.org/policies/patent-policy/": {
"anchors": [
"def-essential",
"sec-Disclosure"
]
},
"https://www.w3.org/policies/process/20231103/": {}
},
"autolinks": {
"https://dom.spec.whatwg.org/": {
"anchors": [
"eventtarget",
"concept-node-document"
]
},
"https://html.spec.whatwg.org/multipage/document-sequences.html": {
"anchors": [
"top-level-browsing-context"
]
},
"https://html.spec.whatwg.org/multipage/infrastructure.html": {
"anchors": [
"in-parallel"
]
},
"https://html.spec.whatwg.org/multipage/media.html": {
"anchors": [
"htmlmediaelement"
]
},
"https://html.spec.whatwg.org/multipage/nav-history-apis.html": {
"anchors": [
"window"
]
},
"https://html.spec.whatwg.org/multipage/system-state.html": {
"anchors": [
"navigator"
]
},
"https://html.spec.whatwg.org/multipage/webappapis.html": {
"anchors": [
"eventhandler",
"concept-relevant-realm",
"queue-a-task"
]
},
"https://infra.spec.whatwg.org/": {
"anchors": [
"assert"
]
},
"https://w3c.github.io/mediacapture-main/": {
"anchors": [
"dom-mediastreamtrack",
"track-muted",
"set-track-muted"
]
},
"https://webaudio.github.io/web-audio-api/": {
"anchors": [
"AudioContext",
"dom-audiocontextstate-running"
]
},
"https://webidl.spec.whatwg.org/": {
"anchors": [
"Exposed"
]
},
"https://www.w3.org/policies/patent-policy/": {}
}
}
}