menu
 
Version
2024.1.3.8749

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


menu_open
Wwise SDK 2024.1.3

◆ Init()

AKSOUNDENGINE_API AKRESULT AK::Comm::Init ( const AkCommSettings in_settings)

Initializes the communication module. When this is called, and AK::SoundEngine::RenderAudio() is called periodically, you may use the authoring tool to connect to the sound engine.

Warning
This function must be called after the sound engine and memory manager have been properly initialized.
Remarks
The AkCommSettings structure should be initialized with AK::Comm::GetDefaultInitSettings(). You can then change some of the parameters before calling this function.
Returns
  • AK_Success if initialization was successful.
  • AK_InvalidParameter if one of the settings is invalid.
  • AK_InsufficientMemory if the specified pool size is too small for initialization.
  • AK_Fail for other errors.
See also
Parameters
in_settingsInitialization settings.

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