menu
Version
2022.1.18.8567
2024.1.1.8691
2023.1.9.8628
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
2024.1.1.8691
2023.1.9.8628
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 2022.1.18
|
Now that the sound engine has been fully initialized, we need to make some recurring calls so the various modules can process data. This is typically done in the game loop, once per frame. Our sample program will call the following function at more or less regular intervals in the main message loop:
We call AK::SoundEngine::RenderAudio() so the sound engine processes all pending bank load/unload requests, events, position changes, states, switches, RTPCs, etc. If communications are enabled, they are also processed within RenderAudio().
Refer to Integrating Events in Your Game for more information.
You have now set up the frame rendering for your game. To continue, refer to Terminate the Different Modules of the Sound Engine.
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