menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
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 2023.1.11
|
Retrieves all parameters affecting voice volume, highpass and lowpass for a voice path, resolved from pipeline IDs.
Name | Type | Description |
---|---|---|
voicePipelineID * | number | The pipeline ID of the voice to get contributions from. Identifies a playing voice instance ID. Range: [0,*] |
bussesPipelineID | array | An array of bus pipeline IDs. |
bussesPipelineID [...] | number | The pipeline IDs of busses belonging to a common voice path. An empty array defaults to the dry path. Identifies a playing voice instance ID. Range: [0,*] |
time * | one of: | Time in milliseconds to query for voices, or a Time Cursor from which to acquire the time. The User Time Cursor is the one that can be manipulated by the user, while the Capture Time Cursor represents the latest time of the current capture. |
integer | Range: [0,*] | |
string | Identify one of the global profiler cursors. Possible values:
|
(Required *)
Name | Type | Description |
---|---|---|
return | object | The hierarchy of objects with parameters contributing to the voice, ordered from top-level parent to the voice object |
return.volume * | number | The volume difference applied as a contribution. |
return.LPF * | number | The LPF difference applied as a contribution. |
return.HPF * | number | The HPF difference applied as a contribution. |
return.objects * | array | A tree of contribution objects. |
return.objects [...] | object | Identifies a Voice Inspector contribution. |
return.objects[...].name | string | The name of the contribution. |
return.objects[...].volume | number | The volume difference applied. |
return.objects[...].LPF | number | The LPF difference applied. |
return.objects[...].HPF | number | The HPF difference applied. |
return.objects[...].children | array | An array of child objects associated to the object. |
return.objects[...].children [...] | A voice contribution object. | |
return.objects[...].parameters | array | An array of contribution parameters associated to the object. |
return.objects[...].parameters [...] | object | A contribution parameter. |
return.objects[...].parameters[...].propertyType | string | The object property affecting the voice |
return.objects[...].parameters[...].reason | string | The reason for the parameter to affect the voice. |
return.objects[...].parameters[...].driver | one of: | |
string | The driving object GUID. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. | |
string | The driving reason when a parameter is not driven by an object. | |
return.objects[...].parameters[...].driverValue | one of: | |
number | The value of the driver affecting the parameter. | |
string | Can be an object, e.g. for States. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. | |
return.objects[...].parameters[...].value | number | Contribution value |
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise