menu
 

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.

+5 votes
We have an offline install of wwise created with the packages we need. I need to fully automate the installation for our builds system. Is there any documentation of command line parameters for WwiseLauncher or AkWwiseInstall that can assist us in creating a silent automated install?
in General Discussion by David M. (150 points)
I am also wanting to do this. I guess from the lack of responses it is not possible.

1 Answer

+1 vote

Wwise is portable.

You can copy the entire Wwise installation directory to your source control, and sync it to your build machine.

However, you need to make sure you install the requirements listed here (PDF reader and Quicktime are optional):
https://www.audiokinetic.com/library/edge/?source=InstallGuide&id=wwise_system_requirements

The most important note is:

It is not uncommon for a crash to occur due to one or multiple missing dependencies when installing Wwise without the Launcher. The dependencies required are the following: Microsoft .NET Framework, Microsoft DirectX, and Microsoft Visual Studio Redistributable. Installing the Authoring tool through the Launcher is less troublesome because you don't have to worry about the dependencies since they are automatically provided.

by Bernard R. (Audiokinetic) (35.8k points)
I've been struggling to automate the building of my soundbanks on our build machine and I found this post. I realize it is old but there really isn't much documentation out there on how to automate simple wwise tasks.

After some digging I don't think you can just say Wwise is portable. Our build machine is running Mac OS. On my local machine when I installed 2021.1.10 it installed the files at my chosen location but it also installs a bunch of apparently necessary files inside of the Library/Application Support/Audiokinetic folder.  This mucks up my process a bit because it requires sudo permissions to copy files to that location. This isn't access I have by default in my environment. So it has not been a simple "copy the entire Wwise installation directory to your source control" kind of situation. Perhaps it is portable on Windows? but really being able to install everything from an offline installer at the command line (and ideally without needing admin perms) would be much cleaner.
...