Version

menu_open
Wwise SDK 2019.2.15
Generating a new SoundBank on disk by specifying inclusions

Import a new SoundBank, generate it and then write it to disk in the SoundBank generation folder.

Function URI

ak.wwise.core.soundbank.generate

Arguments

{
"soundbanks": [
{
"name": "SampleBank",
"events": [
"Event:Play_Footsteps",
"Event:Play_Music"
],
"auxBusses": [
"AuxBus:Cavern"
],
"inclusions": [
"event",
"structure",
"media"
],
"rebuild": true
}
],
"platforms": [
"Windows",
"Linux"
],
"clearAudioFileCache": true,
"writeToDisk": true
}

Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.


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