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.
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