menu
版本
2016.2.6.6153
2024.1.4.8780
2023.1.12.8706
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
2024.1.4.8780
2023.1.12.8706
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
As explained in Integration Details - Plug-Ins, plug-ins can be used to extend the capabilities of Wwise with new sources and effects.
To include an Effect plug-in in your game build, you need to do two things:
For example, this line will include the RoomVerb effect.
#include <AK/Plugin/AkRoomVerbFXFactory.h>
(...)
Refer to Creating New Plug-ins for information about creating your own source and effect plug-ins.
info
|
Note: This sample code comes from the Sound Engine Integration Sample Project available in the Samples section. Refer to Integration Demo Sample for more information. |