What is FMOD's audio mixer sample rate?

I’ve been told that FMOD only runs at 24 KHz on the iPhone. I was wondering if anyone knew if Unity’s version of FMOD runs at that same speed, or if it’s up at 44.1/48 KHz like most music would run at.

It’s 48KHz (at least in my PC). You can get the value from AudioSettings.outputSampleRate.