Wwise SDK 2019.1.11
|
The function AK::SoundEngine::SetAuxBusVolumes() was removed from the API. This feature was replaced by an optional callback which allows not only to override the output volume per channel, but also the channel to channel volume assignment. You can register the callbacks by calling AK::SoundEngine::RegisterBusVolumeCallback() for every bus or Auxiliary bus for which you want to control the volume output.
Also, it is now possible to adjust the positioning of the bus directly from the Wwise Authoring application (the property view for busses now displays the Positioning tab).
Migration iOS:
Unloading a bank that was not previously successfully loaded will now return a failure code instead of returning success. This was made to ensure that people using wrong parameters to unload a bank from an in-memory location failed; the memory is potentially still in use.
see API 变化 for more API 变化.
A new Licensing mechanism was added in Wwise. The licensing keys can be obtained from your account when logged in the Audiokinetic website. Using a key is necessary to unlock unrestricted generation of SoundBanks, and to enable Wwise for commercial use. For more information concerning licensing, visit http://audiokinetic.com/licensing