Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote

Hello, I am trying to install the Oculus Spatializer plug in, but it is not showing up in the mixer plugin window.  

I am following these instructions: 

Directory Structure

The following directories may be found within this distribution file:

  • include: Contains the header file OculusSpatializer.h, which is used to integrate Wwise into an application. It contains important registration values that an application must use to properly register OSP within Wwise. The header file also includes (commented out) source code that shows how to properly register the plugin with the Wwise run-time.
  • Win32 and x64: Contains the DLL used for both the Wwise tool and the user application.
  • bin\plugins: Contains OculusSpatializer.dll and OculusSpatializer.xml. Located in \Win32 or \x64.

Installation

Copy the files found in the folder <platform>\bin\plugins to the folder Wwise\Authoring\<platform>\Release\bin\plugins.

Note: "platform" = "\Win32" or "\x64".

 

So I copied the plugin folder (x64) to :  /Applications/Audiokinetic/Wwise 2016.1.0.5775/SDK/Mac/Release/bin

and OculusSpatializer.h   to :   /Applications/Audiokinetic/Wwise 2016.1.0.5775/SDK/include

I am on Mac OS 10.10.5 and Wwise 2016.1.0

It is still not showing up in Wwise. Am I doing something wrong ?  

Thank you, Yoann. 

closed with the note: solved
in General Discussion by Yoann M. (230 points)
closed by Yoann M.

1 Answer

0 votes
 
Best answer
Hello Yoann, for more info about Integrating plug-ins in the Mac authoring, please refer to the following doc: https://www.audiokinetic.com/library/2016.1.0_5775/?source=SDK&id=plugin__install.html
by Noemie P. (Audiokinetic) (12.9k points)
selected by Yoann M.
...