-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathwebaudio-1.1.json
100 lines (100 loc) · 2.9 KB
/
webaudio-1.1.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
94
95
96
97
98
99
100
{
"spec": {
"title": "Web Audio API 1.1",
"url": "https://webaudio.github.io/web-audio-api/"
},
"events": [
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-audiocontext-error",
"type": "error",
"targets": [
"AudioContext"
],
"interface": "Event"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-baseaudiocontext-statechange",
"type": "statechange",
"targets": [
"BaseAudioContext"
],
"interface": "Event"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A5"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-audiocontext-sinkchange",
"type": "sinkchange",
"targets": [
"AudioContext"
],
"interface": "Event"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A7"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-audiorendercapacity-update",
"type": "update",
"targets": [
"AudioRenderCapacity"
],
"interface": "AudioRenderCapacityEvent"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A8"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-offlineaudiocontext-complete",
"type": "complete",
"targets": [
"OfflineAudioContext"
],
"interface": "OfflineAudioCompletionEvent"
},
{
"src": {
"format": "fire an event phrasing",
"href": "https://webaudio.github.io/web-audio-api/#ref-for-concept-event-fire%E2%91%A0%E2%91%A0"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-audioworkletnode-processorerror",
"type": "processorerror",
"targets": [
"AudioWorkletNode"
],
"interface": "ErrorEvent"
},
{
"type": "ended",
"targets": [
"AudioScheduledSourceNode"
],
"src": {
"format": "IDL eventHandler"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-audioscheduledsourcenode-ended"
},
{
"type": "audioprocess",
"targets": [
"ScriptProcessorNode"
],
"src": {
"format": "IDL eventHandler"
},
"href": "https://webaudio.github.io/web-audio-api/#eventdef-scriptprocessornode-audioprocess"
}
]
}