Skip to content

Commit

Permalink
refactor: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
WofWca committed Jun 11, 2023
1 parent 74827b0 commit 6b907ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default class Controller {
_volumeInfoBuffer?: Float32Array;
/**
* A delay so that we have some time to process the audio before deciding how to manipulate it.
* You can imagine that what the `HTMLMediaEelement` outputs is at the output of this node,
* You can imagine that what the `HTMLMediaElement` outputs is at the output of this node,
* and we kind of manage to "look-ahead" what it's going to output by tapping into this
* node's input.
* See {@link getOptimalLookaheadDelay} for more.
Expand Down

0 comments on commit 6b907ed

Please sign in to comment.