Wwise SDK 2022.1.17
|
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 are a special type of source that you can put in a Sound object in Wwise. It indicates that the real sound data will be provided at run time. While External Source conversion is also triggered by SoundBank generation, this operation can be used to process sources not contained in the Wwise Project. Please refer to Wwise SDK help page "Integrating External Sources".
Name | Type | Description |
---|---|---|
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 | The name of the object. | |
string | An object GUID of the form: {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. |
(Required *)
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise