The following sections list and describe the changes to Wwise between version 2023.1.13 and version 2023.1.14.
Platform-specific information can be found here:
For earlier versions, please refer to Previous Release Notes.
New Features
- WG-77699 Added the ability to specify license keys from the command line for generate-soundbank using a license key filename, instead of the license key text itself.
- WG-77994 The project license status is now displayed in the Wwise menu bar.
- WG-78377 (wp.py) Added new option
–signtool-path
to the premake action to provide the full path to a custom SignTool.exe
executable. This can be used to specify a different executable than the one provided with the Windows SDK that is used to build the plug-in on Windows.
Bug Fixes
- WG-77914 Fixed: Some string conversions in Wwise Authoring are not thread-safe, which can cause intermittent failures in Impacter audio file conversion.
- WG-75579 Fixed: (Spatial Audio) In some scenarios, the room traversal algorithm hangs for several seconds on complex maps with many Portals if Portal occlusion or obstruction is applied.
- WG-77327 Fixed: (WAAPI) Cannot set the ConeUse property on an Attenuation.
- WG-77386 Fixed: Possible crash when a voice becomes virtual in the first frame after becoming physical.
- WG-77775 Fixed: (Spatial Audio) A sound behind a Portal with a smaller attenuation than the distance to the center of the Portal is cut off and assigned 100% transmission loss.
- WG-77910 Fixed: Possible crash in
CAkSpeakerPan::GetSpeakerVolumes
when calculating a speaker matrix to pan an ambisonic source to an ambisonic destination.
- WG-77930 Fixed: An Audio Bus with a Parametric EQ Effect with Process LFE enabled and other Effects handling tail processing on a sound might generate INF or NaN values in the audio pipeline.
- WG-78011 Fixed: Crash in
CAkSrcLpHpFilter::ExecuteSrcLpHpFilters
when processing audio objects with an emitter channel mask set.
- WG-78058 Fixed: Possible crash when using Mixing Desk and reloading a Work Unit.
- WG-78341 Fixed: Queries that include "Source/Channels (Original)" or "Source/Channels (Converted)" do not return results for any ambisonic or anonymous sources.
- WG-78443 Fixed: Severe performance degradation and processing errors in AK Convolution plug-in in some scenarios when an instance of the Effect is processing for more than 24 hours.
Documentation Improvements