How to increase CPU% and max memory allocation?

I am using FMOD in my Unity project and everything is working great but, I would like to allocate more resources to the audio because the audio is stuttering.

Hi,

You can control those settings using FMOD_ADVANCEDSETTINGS, which will then need to be applied using System::SetAdvancedSettings().

Hope this helps!

1 Like