I am trying to get an ambisonic wav file to play through an audio source in my Gear VR application.
I have tried the default method: Setting the spatializer plugin to OculusSpatializer and the ambisonic decoder plugin to OculusSpatializer then enabling the ambisonic property on the 4 channel wav file before putting it onto an audio source.
I have also tried the Oculus method: downloading the Oculus spatializer plugin, set the spatializer plugin and ambisonic decoder to OculusSpatialzier, enabled the ambisonic property on my file, attached the ONSP Ambisonics Native script to my audio source then set the output of that audio source to SpatializerMixer > Master.
I have also tried the Google method: downloading the Resonance plugin, set the spatializer plugin and ambisonic decoder to Resonance Audio, enabled the ambisonic property on my file and set the output of my audio source to ResonanceAudioMixer > Master.
All three methods produce the same result, on PC the ambisonic effect works fine but once I build the app and run it on Gear VR the audio seems to be ambisonic but the directions are all messed up.
I’m thinking this is an Android issue.
Does anyone have any clues on what might be going on and can point me in a direction to solve this issue?