Version

menu_open
Wwise SDK 2023.1.3
Adding a Marker to an Audio Source

In the "Markers" list of an audio source, appends a Marker using the given Time and Label properties.

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit\\MySoundSFX\\MyAudioSource",
"@Markers": [
{
"type": "Marker",
"name": "",
"@Time": 1,
"@Label": "Waapi Generated"
}
],
"listMode": "append"
}
]
}

Options

{
"return": [
"id",
"name",
"@Time",
"@Label"
]
}

Result

{
"objects": [
{
"id": "{5A1EC9A4-5C47-4555-82EF-50722C168C0C}",
"name": "AudioSource",
"@Markers": [
{
"id": "{DAEC2A58-4605-4553-AA67-1090716691DC}",
"name": "",
"@Time": 1,
"@Label": "Waapi Generated"
}
]
}
]
}

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