Version:

IN THIS ARTICLE

Adding Audio and Sound Effects

O3DE uses an audio translation layer (ATL) to interface between O3DE and third-party audio middleware, so you can develop and change your audio implementation without affecting the game logic. The game logic interacts with ATL controls, which map to their audio middleware equivalents through the Audio Controls Editor. For example, to play a sound, the game executes an ATL trigger, which is mapped to a ‘Play’ event in the audio middleware.

O3DE includes support for the Audiokinetic Wave Works Interactive Sound Engine (Wwise), an audio middleware solution with which you can create compelling soundscapes for your game or simulation. Refer to the Wwise Audio Gem reference documentation for information on how to configure and use this Gem.

Audio topics