About ios FMOD::Thread::callback wakeups count

, ,

Hi,We recently discovered that on the IOS side, there are too many background wakeups and the client is killed. Using the Xcode tool, we found that the FMOD callback thread in the background has frequent user mode and kernel mode problems with a frequency of about 10 milliseconds. Is there any interface that can control the FMOD callback thread in the background Wake-up frequency interface. Thanks。

You can indirectly control the frequency of the mixer by changing the dsp buffer size and/or sample rate.
For iOS, changing the blocksize to 2048 should give you an update frequency of 20ms.
Can you please give that a shot and let me know if you are still getting crashes?