Skip to content

Commit fdd5035

Browse files
author
Maciej Makowski
committed
docs: updated API coverage
1 parent 7389e47 commit fdd5035

File tree

1 file changed

+10
-23
lines changed

1 file changed

+10
-23
lines changed

β€Ždocs/web-audio-coverage.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Some of the noticeable implementation details that are still in progress or not
77
- Support of different number of channels (current approach in most of the audio-graph nodes assumes working with two channel audio)
88
- 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`.
99

10-
## βœ… Completed (**7** out of 33)
10+
## βœ… Completed (**9** out of 33)
1111

1212
<details>
1313
<summary><b>AudioBuffer</b></summary>
@@ -27,11 +27,17 @@ Some of the noticeable implementation details that are still in progress or not
2727
<details>
2828
<summary><b>GainNode</b></summary>
2929
</details>
30+
<details>
31+
<summary><b>OscillatorNode</b></summary>
32+
</details>
33+
<details>
34+
<summary><b>PeriodicWave</b></summary>
35+
</details>
3036
<details>
3137
<summary><b>StereoPannerNode</b></summary>
3238
</details>
3339

34-
## 🚧 In Progress (**5** out of 33)
40+
## 🚧 In Progress (**4** out of 33)
3541

3642
<details>
3743
<summary><b>AudioContext</b></summary>
@@ -123,7 +129,7 @@ Some of the noticeable implementation details that are still in progress or not
123129
| πŸ”˜ createIIRFilter | ❌ |
124130
| πŸ”˜ createOscillator | βœ… |
125131
| πŸ”˜ createPanner | ❌ |
126-
| πŸ”˜ createPeriodicWave | ❌ |
132+
| πŸ”˜ createPeriodicWave | βœ… |
127133
| πŸ”˜ createStereoPanner | βœ… |
128134
| πŸ”˜ createWaveShaper | ❌ |
129135
| πŸ”˜ decodeAudioData | ❌ |
@@ -132,23 +138,7 @@ Some of the noticeable implementation details that are still in progress or not
132138

133139
</details>
134140

135-
<details>
136-
<summary><b>OscillatorNode</b></summary>
137-
138-
<div style="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)
152142

153143
<details>
154144
<summary><b>AudioParamMap</b></summary>
@@ -174,9 +164,6 @@ Some of the noticeable implementation details that are still in progress or not
174164
<details>
175165
<summary><b>WaveShaperNode</b></summary>
176166
</details>
177-
<details>
178-
<summary><b>PeriodicWave</b></summary>
179-
</details>
180167
<details>
181168
<summary><b>IIRFilterNode</b></summary>
182169
</details>

0 commit comments

Comments
Β (0)