Wwise SDK 2024.1.0
|
Converts the external sources files for the project as detailed in the wsources file, and places them into either the default folder, or the folder specified by the output argument. External Sourcesは、WwiseのSoundオブジェクトに置くことのできる、特別な種類のソースです。実際のサウンドデータは、ランタイム時に提供されます。External Sourceの変換はSoundBankの生成でもトリガーされますが、この操作はWwise Projectに含まれないソースの処理に利用できます。詳しくは、Wwise SDKのヘルプページ "外部ソースの統合" を参照してください。
Name | タイプ | 概要 |
---|---|---|
sources * | array | An array of external sources files and corrisponding arguments. |
sources [...] | object | An external sources file and its arguments. |
sources[...].input * | string | The path to the wsources file. |
sources[...].platform * | any of: | The platform to convert external sources for. |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
sources[...].output | string | Optional argument for the path of the output folder to be generated.The default path is WwiseProject/.cache/ExternalSources/Platform. |
(必須*)
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。