Version

menu_open
Wwise SDK 2023.1.3
Importing an audio file to create a Sound Voice for English

Imports files using an absolute objectPath and specifying the English language.

Function URI

ak.wwise.core.audio.import

Arguments

{
"importOperation": "useExisting",
"default": {
"importLanguage": "English(US)"
},
"imports": [
{
"objectPath": "\\Actor-Mixer Hierarchy\\Default Work Unit\\<Sound Voice>MyVoice",
"audioFile": "C:\\sources\\en\\Hello.wav"
}
]
}

Options

{}

Result

{
"log": [],
"files": [
"C:\\Projects\\Example\\Originals\\Voices\\English(US)\\Hello.wav"
],
"objects": [
{
"id": "{AFEC4890-A037-4AB6-A96B-F4C7C4B7FAA0}",
"name": "Hello"
},
{
"id": "{C624F4A4-305A-462F-8FFE-C234FDB0771B}",
"name": "MyVoice"
}
]
}

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