版本

menu_open
警告:系统已根据您所用大版本 (2023.1.7.8574) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2023.1.7
Importing a WAV file into a Convolution Reverb effect plug-in

Creates a Sound and a Convolution Reverb effect plug-in, then imports a WAV file as an impulse response.

函数 URI

ak.wwise.core.object.set

参数

{
"objects": [
{
"object": "\\Actor-Mixer Hierarchy\\Default Work Unit",
"children": [
{
"type": "Sound",
"name": "Reverb",
"@Effects": [
{
"type": "EffectSlot",
"name": "",
"@Effect": {
"type": "Effect",
"name": "Reverb",
"classId": 8323075,
"import": {
"files": [
{
"audioFile": "C:\\ImpulseResponse.wav"
}
]
}
}
}
],
"import": {
"files": [
{
"audioFile": "C:\\wave\\cues\\30.wav"
}
]
}
}
]
}
],
"onNameConflict": "merge"
}

结果

{
"objects": [
{
"id": "{88012962-D6A8-4400-BC86-DF1A5980EDFA}",
"name": "Default Work Unit",
"children": [
{
"id": "{2DF8A2CA-E676-4A66-B7D4-EEA3CEC818D7}",
"name": "Reverb",
"import": {
"objects": [
{
"id": "{B0110790-DB1A-4AFA-A0C2-A90E7350D441}",
"name": "30"
}
],
"logs": [
{
"severity": "Message",
"message": "Finalizing Importation..."
}
]
},
"@Effects": [
{
"id": "{494D2556-01CF-4E46-BC4E-5DA41CA1FF0D}",
"name": "",
"@Effect": {
"id": "{4349C021-EE84-4AA7-8D28-617B48DF1065}",
"name": "Reverb",
"import": {}
}
}
]
}
]
}
]
}

有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅