osu-framework icon indicating copy to clipboard operation
osu-framework copied to clipboard

Add support for nested AudioMixers

Open nekodex opened this issue 3 years ago • 0 comments

This functionality is a pre-requisite for applying processing to groupings of audio channels in Lazer, and affords the ability to chain mixers with different processing/effects.

Utilising this capability, a GlobalMixer has been added (which TrackMixer and SampleMixer are now routed into). This will allow for monitoring of the final summed audio output and for any final audio processing to happen just prior to output.

nekodex avatar Nov 26 '21 14:11 nekodex