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
Audio System Overview
Learn about the Open 3D Engine audio system.
Audio Components
Use the audio components in Open 3D Engine to add sounds to your level.
Audio Translation Layer
Learn about the Open 3D Engine Audio Translation Layer (ATL).
ATL Default Controls
Learn about the default controls defined in the Audio Translation Layer (ATL).
Audio Controls Editor
Use the Audio Controls Editor in Open 3D Engine to create sound effects for your project.
Audio Console Variables
Use console variables to control the Open 3D Engine audio system.
Advanced Topics
Learn about advanced audio topics in Open 3D Engine.