Hi, when the Wwise SDK is initialized in our custom engine th SDK prints two errors:
AK Error: Could not find plug-in dynamic library:
AK Error: Plug-in not found: 11468807
These refer to an audio device that is defined as DVR Bypass in the Wwise project and used in an audio bus. However, there are no DLLs or header files that I could find in the SDK to include or link to our engine.
Does anyone know how to resolve the errors?