Skip to content

Commit

Permalink
docs: removed unnecessary 'not yet implemneted' marks from interface …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
Maciej Makowski committed Jul 31, 2024
1 parent 823f5fe commit 8d7ed62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal-docs/basic-interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The `AudioContext` interface is the underlying audio context that manages the st
&ensp;**`getCurrentTime()`**<br>
&ensp;&ensp;&ensp;*Returns a floating point number representing an ever-increasing hardware time in seconds. It starts at 0.*

&ensp;**`close()`**:exclamation: not yet implemented :exclamation:<br>
&ensp;**`close()`**<br>
&ensp;&ensp;&ensp;*Closes audio context, releasing any system resources that it uses.*

#### Code snippets
Expand Down Expand Up @@ -272,7 +272,7 @@ panner.pan.value = -0.5;

---

### BiquadFilterNode :exclamation: not yet implemented :exclamation:
### BiquadFilterNode

The `BiquadFilterNode` interface represents a simple low-order filter. It can represent different kinds of filters, tone control devices, and graphic equalizers

Expand Down

0 comments on commit 8d7ed62

Please sign in to comment.