Version

menu_open
Wwise SDK 2023.1.3
Importing two WAV files to create two Sound SFX objects

Creates two Sound SFX objects and two audio file source objects and imports their wave files.

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit",
"import": {
"files": [
{
"audioFile": "c:\\path\\file1.wav"
},
{
"audioFile": "c:\\path\\file2.wav"
}
]
}
}
]
}

Result

{}

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