Is there some example of adding an audio effect to SoundTrack

Here (Audio | Babylon.js Documentation):

It could be useful to isolate your music & sounds on several tracks to better manage volume on a grouped instance of sounds. It will be also used in a future release to apply effects on a specific track.

But topic of effects are not meet in whole page anymore. And on the playground I didn’t found related examples. Maybe someone can show it’s own example?

Adding @docEdub our inhouse musician :slight_smile:

SoundTrack effects have not been implemented, yet, but in the meantime, you can use the Sound class’s gainNode to apply them yourself using the WebAudio API.

2 Likes