Wwise SDK 2021.1.14
|
WG-25210 Bus and voice "volume callback" (AkSpeakerVolumeMatrixCallbackInfo)
Bus and voice "volume matrix" callback now share the same structure. The ID of both the destination bus and input (voice or bus) is accessible through the use of the AK::IAkMixerInputContext and AK::IAkMixerPluginContext interfaces, although the ID is internal in the case of voices. In the case of a voice, the callback is called as many times as there are connection to a mix bus, for example, once for the direct path and once for each send to auxiliary busses.
Multi-channel volume vectors and matrices are not represented by a structure with channel names anymore, but instead as a pointer to a float, typedef'ed as AK::SpeakerVolumes::VectorPtr or AK::SpeakerVolumes::MatrixPtr. The size of these vectors/matrices depends on the channel configuration(s). In the case of a volume matrix, input channels should be accessed using AK::SpeakerVolumes::Matrix::GetChannel(). Elements of vectors should be accessed using the standard bracket [] operator. 詳細は、 AkSpeakerVolumes.h をご覧ください。The channel ordering follows the channel bit ordering defined in AkSpeakerConfig.h, except for the LFE which is always placed at the end. This change affects the AkSpeakerVolumeMatrixCallbackInfo callback and AK::SoundEngine::SetListenerSpatialization().
See ボイスボリューム、バスボリュームのコールバック強化(AkSpeakerVolumeMatrixCallbackInfo)、SDKからのメーターアクセス, Speaker Matrix Callbackを使用した高度なミックスカスタマイズ, AkSpeakerVolumeMatrixCallbackInfo and AK::SpeakerVolumes for more details.
WG-25442 GenAudio RTI plug-in is migrating to the new Mixer plug-in system.
In Wwise 2014.1, we will conjointly support the legacy GenAudio RTI Effect plug-in and the new GenAudio RTI Mixer integrated plug-in. We strongly suggest switching to the new mixer system as it offers a more flexible solution.
Note: If you decide to continue using the legacy GenAudio RTI Effect plug-in, there is a behaviour change in the legacy effect plug-in:
WG-25190 User SoundBank Settings persistence system was improved.
Pre-2014.1 User SoundBank Settings will be lost when migrating as of 2014.1
Starting from 2014.1, User SoundBank Settings will be properly persisted in the Wwise Project User's *.wsettings file.
プロジェクトの新しいバージョンのWwiseへの移行についての一般的な助言は、 Installation and Migration Guide (インストールと移行のガイド)を参照してください。