Skip to content

Guide with code examples for integrating Odin together with Wwise in Unreal Engine

Notifications You must be signed in to change notification settings

4Players/odin-unreal-wwise

Repository files navigation

Odin to Wwise Adapter for Unreal Engine

This Unreal Engine sample project shows how to implement and use a class that passes the Odin Voice Chat's data to the Wwise Audio Engine.

Wwise and Odin

Pre-requisities

To be able to use the project you will need to have access to the Wwise Software Suite and their Unreal Plugin. You can get them here. Also you will need to install the Odin Voice Chat Plugin for Unreal, available here or in the Unreal Marketplace.

In order to fully understand the sample and the code feel free to visit our detailed integration guide.

Quick Start

The class is implemented in this header and this source file. It can be assigned in your Player Character as a Component to use the Player Character's positional data for any attenuation. See the Content/OdinContent/Blueprints/BP_OdinCharacter.uasset in the sample project for reference. The Content/OdinContent/Blueprints/C_OdinClient.uasset blueprint showcases how to start passing incoming Voice Chat streams to Wwise using the provided adapter-class.

About

Guide with code examples for integrating Odin together with Wwise in Unreal Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published