Cannot start audio player. Result = 0xFFFFFC7D

Looking into a Quest issue where hitting the video recording button through Oculus menu kills game audio.

FMOD profiler shows the wav form fine.

In the log we saw this line:
LogFMOD: Error: ../android/src/fmod_output_aaudio.cpp(553) - Cannot start audio player. Result = 0xFFFFFC7D.

What is 0xFFFFFC7D?

Hi,

Is this a project you are working on or a game you are playing? What version of FMOD is running?

A solution may be setting the FMOD output to opensl or audio track. This can be done using FMOD Engine | Core API Reference - System::setOutput().

Hope this helps!