版本

menu_open
Wwise SDK 2023.1.3
重要的迁移说明 (2013.1)

SetAuxBusVolumes function removed from the API.

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:

  • iOS SDK now uses a new header AkiOSSoundEngine.h. You need to include this new header instead of AkMacSoundEngine.h.
  • API Change:
    • Added a new API to handle audio session interruption at the app level.
    • Updated AkPlatformInitSettings for iOS to allow users to select whether to handle audio session interruptions at the app level or not.

Volume API changed.

  • SetAuxBusVolumes was removed from the API. Volume callback on busses should be used instead.
  • AkSpeakerVolumeMatrixCallbackInfo format changed, the callback now only contains one volume matrix for the positioning (previously two: one dry and one wet) and separate floating point values for the dry attenuation, Game defined Aux Send attenuation and User defined Aux Send Attenuation.

Calling AK::SoundEngine::UnloadBank function change

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

Wwise Licensing

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.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅