namespace AudioCore.Interfaces; public interface IAudioMixer { MixedAudioBlock Mix( IReadOnlyList stemBlocks, MixerSettings settings); }