UE 4.15.1 + Oculus Audio SDK 1.1.3 plugins = no sound in PIE/Editor

I finally managed to build my project with UE 4.15.1 + FMOD 1.09.03 + Oculus Audio SDK 1.1.3 plugins.

It runs on the device with sounds (spatialized sound evens are a way too loud, but I’ll have to check if physical volume was set on the device too loud)

However, spatialized sounds don’t play in PIE / Editor (sounds that use Oculus spatializer plugin).

Here is what I am getting in the log:

http://pastebin.com/cPmEhNpA

and here are my settings for FMOD:

Please do not suggest to rename anything because A. everything works fine in 4.14.3 with exact the same settings and B. renaming doesn’t solve the issue.

Thanks beforehand

P.S. Tried Oculus Audio SDK 1.1.2 plugins and I get no errors as posted above and spatialized sound events play in PIE / Editor.

The problem is it is looking for a plugin named libOculusSpatializerFMOD.
The plugin adds any prefixes it needs for each platform. It just needs to be OculusSpatializerFMOD.

1 Like

Alright, I will test it later today. Thanks.

Also make sure you have followed the steps for deploying on Android with plugins: http://www.fmod.org/documentation/#content/generated/engine_ue4/deployment.html

Removing libOculus* entry from Project Settings removed the error, however, unless I disable XAudio2 audio device in the WindowsEngine.ini, I get no spatialized sound when using Oculus Audio SDK 1.1.3 plugins. Works fine with 1.1.2 without disabling audio device.

Going to deploy and see how it works on the device. Will report in a bit.

Meanwhile, these are the warning I get in the log pertaining to FMOD:

https://pastebin.com/L38KhEdr

Tested - works on the device too.