MeRoMoN - Audio System

This plugin allows you to customize the music and sounds in different parts of your map. You can specify what plays while the player is walking, during combat, or other in-game situations. After adding the plugin to your game, you gain access to the following components:

  • ASAudioComponent: This audio component offers slightly advanced functionality.

  • MainAudioComponent: It's an actor that you simply place on each level and customize. It contains multiple ASAudioComponents and provides functions for playing, stopping, pausing, and more on these audio components.

  • AudioZone: This actor represents an area on your level. When a player enters or leaves it, the music and sounds being played are replaced, providing dynamic audio experiences.

Demonstration video

Demonstration build(Win64)

Video Tutorial

Example Project

DemoVideo / Build(Win64) - Legacy demo

Features:

  • Crossfade

  • Playlist

  • 3D Random Sounds

  • Combat Music

  • Audio Zones

  • Code Commented

  • Easy to use and setup