Version
This error occurs if a single function call to the Wwise SDK API is too large for the entire command queue. The functions that can trigger this error are those that can pass arrays as parameters. The usual culprit is
AK::SoundEngine::SetMultiplePositions
, which can contain an excessive number of positions (thousands) in a single call. Split the arrays in smaller pieces and perform multiple function calls.
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