Version
menu_open

Managing SoundBank Media

Depending on the structure of your Wwise project, the generated SoundBanks might not contain all required media files. Some media files might have to be packaged along side the SoundBanks.

To better understand, consider the following simple project:

  • One imported media file, beep.wav, with an associated SFX object sfx_beep.

  • One Event created to play the SFX, play_beep.

  • One SoundBank, called sb_beep. The SoundBank's only contents is the Event play_beep.

  • One target platform for the project, Windows.

The imported, unaltered file beep.wav is contained in the project's Originals folder. During SoundBank generation of sb_beep, Wwise processes beep.wav.

After SoundBank generation is complete, Wwise has created the file sb_beep.bnk in the configured output folder. Assume the converted file was given the Media ID 123. The file sb_beep.bnk contains the Event play_beep, which refers to media file 123.wem. Wwise will package 123.wem in sb_beep.bnk if:

  • The sound is not configured as streaming. See Streaming Your Media for more details.

  • The SoundBank is not configured to exclude the media files. See SoundBank Editor for more details.

If the SoundBank does not contain the media file then Wwise expects to find the file on disk. Media files on disk are expected to be found in a specific location. See sections SoundBank Output Folder Layout and Managing Loose Media Files in the Output Folder for details.


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise