Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfsourcecode committed Oct 14, 2024
1 parent f5f2fae commit 84e171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The [multi-track](https://github.com/mdn/webaudio-examples/tree/main/multi-track

### Multi track advanced

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/).
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/).

### Offline audio context

Expand Down

0 comments on commit 84e171e

Please sign in to comment.