[x] Attach any kind of mixer effect (if that's possible in Bevy). i.e. this mostly comes to down to investigating the capabilities of Bevy and linking some useful stuff here. Not possible with Bevy's default audio plugin, which basically can just decode MP3 and play SFX to whatever default audio output device. https://github.com/RustAudio/dsp-chain may be what we want
Play audio:
Attach any kind of mixer effect (if that's possible in Bevy). i.e. this mostly comes to down to investigating the capabilities of Bevy and linking some useful stuff here.Not possible with Bevy's default audio plugin, which basically can just decode MP3 and play SFX to whatever default audio output device. https://github.com/RustAudio/dsp-chain may be what we want