You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web-audio-coverage.md
+10-23Lines changed: 10 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Some of the noticeable implementation details that are still in progress or not
7
7
- Support of different number of channels (current approach in most of the audio-graph nodes assumes working with two channel audio)
8
8
- Multi-input for each node and input mixing (Although specification suggests that most of the nodes can cave only one input or output, common use-cases proves otherwise). Only node that mixes multiple inputs is `DestinationNode`.
9
9
10
-
## β Completed (**7** out of 33)
10
+
## β Completed (**9** out of 33)
11
11
12
12
<details>
13
13
<summary><b>AudioBuffer</b></summary>
@@ -27,11 +27,17 @@ Some of the noticeable implementation details that are still in progress or not
27
27
<details>
28
28
<summary><b>GainNode</b></summary>
29
29
</details>
30
+
<details>
31
+
<summary><b>OscillatorNode</b></summary>
32
+
</details>
33
+
<details>
34
+
<summary><b>PeriodicWave</b></summary>
35
+
</details>
30
36
<details>
31
37
<summary><b>StereoPannerNode</b></summary>
32
38
</details>
33
39
34
-
## π§ In Progress (**5** out of 33)
40
+
## π§ In Progress (**4** out of 33)
35
41
36
42
<details>
37
43
<summary><b>AudioContext</b></summary>
@@ -123,7 +129,7 @@ Some of the noticeable implementation details that are still in progress or not
123
129
| π createIIRFilter | β |
124
130
| π createOscillator | β |
125
131
| π createPanner | β |
126
-
| π createPeriodicWave |β|
132
+
| π createPeriodicWave |β |
127
133
| π createStereoPanner | β |
128
134
| π createWaveShaper | β |
129
135
| π decodeAudioData | β |
@@ -132,23 +138,7 @@ Some of the noticeable implementation details that are still in progress or not
132
138
133
139
</details>
134
140
135
-
<details>
136
-
<summary><b>OscillatorNode</b></summary>
137
-
138
-
<divstyle="padding: 16px; padding-left: 42px;">
139
-
140
-
| Property πΉ/ Method π | state |
141
-
| ---------------------- | ----- |
142
-
| πΉ frequency | β |
143
-
| πΉ detune | β |
144
-
| πΉ type | β |
145
-
| π setPeriodicWave | β |
146
-
147
-
</div>
148
-
149
-
</details>
150
-
151
-
## β Not yet available (**21** out of 33)
141
+
## β Not yet available (**20** out of 33)
152
142
153
143
<details>
154
144
<summary><b>AudioParamMap</b></summary>
@@ -174,9 +164,6 @@ Some of the noticeable implementation details that are still in progress or not
0 commit comments