Version

menu_open
Wwise SDK 2023.1.3
Importing a WAV file into a Sound Voice

Creates a Sound Voice object and an audio file source object and imports its wave file for English localization.

Function URI

ak.wwise.core.object.set

Arguments

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit",
"children": [
{
"type": "Sound Voice",
"name": "New Voice",
"import": {
"files": [
{
"audioFile": "c:\\path\\file1.wav",
"language": "English(US)"
}
]
}
}
]
}
]
}

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