版本

menu_open
警告:系统已根据您所用大版本 (2024.1.2.8726) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2024.1.2
ak.wwise.core.audio.convert

Creates a converted audio file. When errors occur, this function returns a list of messages with corresponding levels of severity.

Arguments

名称 类型 说明
objects * array 此数组中包含一系列对象。Each object is an ID (GUID), name, or object path.
objects [...] any of:
string 由类型或 Short ID 限定的对象名称,格式为 type:name 或 Global:shortId。仅支持采用全局唯一名称或 Short Id 的对象类型。例如:Event:Play_Sound_01, Global:245489792
string 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。
string Wwise 对象的工程路径,包含类别和 Work Unit。例如:\Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX。
platforms * array An array of platforms. 每个平台都表示为 ID (GUID) 或唯一名称。
platforms [...] any of:
string 对象的名称。
string 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。
languages * array An array of languages. Each language is a unique name.
languages [...] string A language is a unique name.

(必填 *)

参数架构

Result

名称 类型 说明
errors array List of logged entries with associated messages and severities.
errors [...] object Logged entry with severity and message.
errors[...].severity string Severity of the logged message.
- Message: Does not affect the integrity of the current operation. - Warning: Might affect the integrity of the current operation. - Error: Affects the integrity of the current operation. - Fatal Error: Prevents the completion of the current operation. 可能的值:
  • Message
  • Warning
  • Error
  • Fatal Error
errors[...].message string Message logged by the system (Error or warning).

结果架构

另请参阅

示例

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


此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅