Steam audio spatializer not working in build

Hi

I’m having a problem with the steam audio spatializer plugin in my project which is for the meta quest 3 device (VR/MR both options will be available). Basically it is working well when I’m on the unity editor, but is not the case when I run a build in the device. I was trying to get error logs from the build by using android studio log cat, but the only error that I have is this, which I’m not pretty sure is related with the steam issue:

15:18:16.516 E [FMOD] EventInstance::release(2608640) returned ERR_INVALID_HANDLE for STUDIO_EVENTINSTANCE (0x27CE00).

UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)

UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object)

UnityEngine.Logger:Log(LogType, Object)

UnityEngine.Debug:LogError(Object)

FMODUnity.RuntimeUtils:DebugLogError(String) (at /Users/general/buildAgent/work/DRMR_Quest/Assets/Plugins/FMOD/src/RuntimeUtils.cs:594)

FMODUnity.RuntimeManager:ERROR_CALLBACK(IntPtr, SYSTEM_CALLBACK_TYPE, IntPtr, IntPtr, IntPtr) (at /Users/general/buildAgent/work/DRMR_Quest/Assets/Plugins/FMOD/src/RuntimeManager.cs:142)

As you can see I have no errors to work on, so I’d really appreciate wheter you can tell me how to know what is happening.

The project have been developed with Unity 6000.029f1, Fmod version is 2.03.07 and steam spatializer plugin version 4.6.1

Just to add, I’m using these plugins at the same time and I don’t know if they are having conflicts between each others, the entire game is running with metaxraudiofmod, but some sounds for testing setted with the steam saptializer (phonon_fmod) are not working.

Thanks for your attention

Hi,
Thank you for the information, unfortunately I was not able to reproduce the issue.

Could I please grab a screenshot of your FMOD dir:


And could you also please enable the following:

let me know if there is any more information in the logs?

Could you also try renaming the plugin for Android to libphonon_fmod

Hi there!

I was trying with this solution but this error message appears when I run the build in my quest.

Also I attached an image where you can see the files into the android folder:

and finally the screenshot of the fmod settings:

the issue remains, thanks for your response and I’ll be waiting for your response.

Apologies, it should just be phonon_fmod in the dynamic plugins:
image
You were correct. In the logs we can see it trying to find liblibphonon_fmod.so.

Let me know if that helps!

Hi, no, that is exactly the same configuration that I had from the start of the issue.

And what are the logs saying when you are using that string?

Unfortunately, we do not have any error logs related to this issue.

Our current hypothesis is that there is a conflict between the Meta XR Audio and Steam Audio plugins when they are running simultaneously. Our goal is to use the Steam Audio plugin to handle spatialization and diffraction, while leveraging the Meta plugin for its ambisonic decoding capabilities.

We’ve adopted this configuration because we were unable to find a solution for ambisonic decoding within our required stack of Unity, FMOD, and Steam Audio. Do you know how to do that? Thanks for your response.