Skip to content

Commit 84e171e

Browse files
Update README
1 parent f5f2fae commit 84e171e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The [multi-track](https://github.com/mdn/webaudio-examples/tree/main/multi-track
7171

7272
### Multi track advanced
7373

74-
The [multi-track-advanced](https://github.com/mdn/webaudio-examples/tree/main/multi-track-advanced) directory contains an enhanced version of the original multi-track example. This version adds volume faders for each track, providing precise control over individual audio levels. It also introduces solo buttons, which allow the isolation of a specific track by bypassing all other tracks. [Run the example live](http://mdn.github.io/webaudio-examples/multi-track-advanced/).
74+
The [multi-track-advanced](https://github.com/mdn/webaudio-examples/tree/main/multi-track-advanced) directory contains an enhanced version of the original multi-track example. This version introduces a [`GainNode`](https://developer.mozilla.org/en-US/docs/Web/API/GainNode) for each track, providing precise control over individual audio levels through volume faders. It also includes solo buttons, enabling the isolation of a specific track by muting all other tracks. [Run the example live](http://mdn.github.io/webaudio-examples/multi-track-advanced/).
7575

7676
### Offline audio context
7777

0 commit comments

Comments
 (0)