3D audio output when using Surround 7.1

Hello.

My issue is that I need 8-channel audio output from my Unity project. The thing is that I want the game 3D audio to be only output via the first two channels as if the audio mode was set to stereo. I need the other 6 channels for custom audio output that has nothing to do with the 3d game sounds.

Currently Unity tries to mix 3D sounds to all 8 channels and I can’t turn them off from channels 3 to 8.

Kind regards,
Seppo

:frowning:

Perhaps you could set stereo mode (so it only uses left/right) and write a plugin to output audio to the other channels.
I don’t know if it’ll work but there’s no built in way of only selecing a few channels for mixing output.