Hello,
I really struggle to understand how the technical setup for FMOD on different output devices work.
It is easier to create different output formats for different end platforms - you get different banks for other platforms directly from FMOD, which already have a fixed output format.
But what if I want to have multiple output formats for one platform that the player can set?
For example a headphone and a surround 5.1 setup?
Or even headphones, L/R speakers and surround 5.1.
If I understand correctly, FMOD would automatically switch between surround and stereo speakers depending on the format of the output device.
But how does it distinguish between stereo headphones and stereo speakers?
In my mind, I need multiple Master busses and activate/deactivate one or the other depending on the selection of the player, depending on using headphones or speakers.
So I miss something? I read all the documentation about outputs… but maybe I am blind.