Version

menu_open
Wwise SDK 2022.1.12
Creates new Custom Source for a Voice

Creates two new Source objects for a Voice using plug-in Silence and SoundSeed Grain for the languages "English(US)" and "French".

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit\\MyVoice",
"children": [
{
"type": "Source",
"name": "source1",
"language": "English(US)",
"classId": 6619138
},
{
"type": "Source",
"name": "source2",
"language": "French",
"classId": 11993090
}
]
}
]
}

Options

{
"return": [
"id",
"name"
]
}

Result

{
"objects": [
{
"id": "{7ACD763F-2E44-4D07-AA7F-E6C9C60B2DDC}",
"name": "VO",
"children": [
{
"id": "{DAEC2A58-4605-4553-AA67-1090716691DC}",
"name": "source1"
},
{
"id": "{92A79310-38E6-4C89-9A06-DA59668E79A4}",
"name": "source2"
}
]
}
]
}

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