Version

menu_open
Wwise SDK 2022.1.12
ak.soundengine.setListenerSpatialization Arguments Schema

Schema

{
"type": "object",
"properties": {
"listener": {
"type": "integer",
"description": "Listener game object ID.\\n A game object ID, unsigned integer 64-bit.",
"minimum": 0,
"maximum": 18446744073709551615
},
"spatialized": {
"type": "boolean",
"description": "Spatialization toggle (true: enable spatialization, false: disable spatialization)."
},
"channelConfig": {
"type": "integer",
"description": "Channel configuration associated with volumeOffsets. Use <tt>AK::AkChannelConfig::Serialize</tt> to serialize the value.\\n Unsigned Integer 32-bit.",
"minimum": 0,
"maximum": 4294967295
},
"volumeOffsets": {
"type": "array",
"items": {
"type": "number",
"maxItems": 4294967295,
"description": "Per-speaker volume offset."
},
"description": "Array of per-speaker volume offsets, in dB. See AkSpeakerVolumes.h for how to manipulate this array."
}
},
"required": [
"listener",
"spatialized",
"channelConfig",
"volumeOffsets"
],
"additionalProperties": false
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise