Skip to content

Commit

Permalink
docs: update API coverage docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Makowski committed Dec 16, 2024
1 parent 7c73fa1 commit 4746c3e
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions docs/web-audio-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Some of the noticeable implementation details that are still in progress or not
- Support of different number of channels (current approach in most of the audio-graph nodes assumes working with two channel audio)
- 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`.

## βœ… Completed (**9** out of 33)
## βœ… Completed (**10** out of 32)

<details>
<summary><b>AudioBuffer</b></summary>
Expand Down Expand Up @@ -36,8 +36,11 @@ Some of the noticeable implementation details that are still in progress or not
<details>
<summary><b>StereoPannerNode</b></summary>
</details>
<details>
<summary><b>AudioParam</b></summary>
</details>

## 🚧 In Progress (**4** out of 33)
## 🚧 In Progress (**3** out of 32)

<details>
<summary><b>AudioContext</b></summary>
Expand Down Expand Up @@ -80,28 +83,6 @@ Some of the noticeable implementation details that are still in progress or not

</details>

<details>
<summary><b>AudioParam</b></summary>

<div style="padding: 16px; padding-left: 42px;">

| Property πŸ”Ή/ Method πŸ”˜ | state |
| -------------------------- | ----- |
| πŸ”Ή value | βœ… |
| πŸ”Ή defaultValue | βœ… |
| πŸ”Ή minValue | βœ… |
| πŸ”Ή maxValue | βœ… |
| πŸ”˜ setValueAtTime | βœ… |
| πŸ”˜ linearRampToValueAtTime | βœ… |
| πŸ”˜ setTargetAtTime | ❌ |
| πŸ”˜ setValueCurveAtTime | ❌ |
| πŸ”˜ cancelScheduledValues | ❌ |
| πŸ”˜ cancelAndHoldAtTime | ❌ |

</div>

</details>

<details>
<summary><b>BaseAudioContext</b></summary>

Expand Down Expand Up @@ -138,7 +119,7 @@ Some of the noticeable implementation details that are still in progress or not

</details>

## ❌ Not yet available (**20** out of 33)
## ❌ Not yet available (**19** out of 32)

<details>
<summary><b>AudioParamMap</b></summary>
Expand Down Expand Up @@ -197,6 +178,3 @@ Some of the noticeable implementation details that are still in progress or not
<details>
<summary><b>OfflineAudioContext</b></summary>
</details>
<details>
<summary><b>AudioParamMap</b></summary>
</details>

0 comments on commit 4746c3e

Please sign in to comment.