Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2019.1.11.7296 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
Wwise SDK 2019.1.11
Query sound names at a point in time

Query the voices in the current capture session at 30 secs (30'000 milliseconds).

Function URI

ak.wwise.core.profiler.getVoices

Arguments

{
"time": 30000
}

Options

{
"return": [
"objectName"
]
}

Result

{
"return": [
{
"objectName": "MySound"
},
{
"objectName": "MyOtherSound"
}
]
}

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


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