Version

menu_open
Wwise SDK 2024.1.1
Writing the Authoring Part of an Audio Plug-in

The Authoring plug-in is composed of two files:

  • An XML definition of the model, that is the plug-in's properties.
  • A dynamic library (.dll) providing the implementation of SoundBank generation and a graphical interface.

The dynamic library must link to the Sound Engine part of the plug-in.

Refer to Writing the Sound Engine Part of an Audio Plug-in for more details on this part of the plug-in.

Authoring Plug-in C/C++ API

The Authoring plug-in C/C++ API is provided in:

  • <Wwise>/SDK/include/AK/Wwise/Plugin

The C++ API can be found under the AK::Wwise::Plugin namespace.

Requirements

The C++ API requires a C++17 compliant compiler.

Refer to Platform Requirements for more details.

More Details

See Packaging Your Plug-in for the Audiokinetic Launcher for information on how to install your plug-in so it is available in Wwise. Wwise Source and Effect Plug-in Troubleshooting Guide will help you resolve problems you might encounter.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise