menu
バージョン
2024.1.6.8842
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2024.1.6
|
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)を使用する を参照してください。