Can we remove the 32 output channels limitation?

Hello,

I’m searching for a library to play my audio on a computer which can have up to 64 speakers (so 64 outputs). I tried FMOD but whenever I call
system->setSoftwareFormat(48000, FMOD_SPEAKERMODE::FMOD_SPEAKERMODE_RAW, 64),
I get the result FMOD_ERR_TOOMANYCHANNELS.

After further investigations, I found that the FMOD_MAX_CHANNEL_WIDTH is equal to 32 (so we cannot have more than 32 outputs channels).

Is it possible to remove or increase this limitation?

Thanks.

Currently it is not possible to remove or increase the limit.

I will add a task to look into this further, but if it is a blocker for you then I would recommend contacting sales@fmod.com.