Audio System by Kasey Russell
This week, I focused on implementing a dynamic audio system in Unreal. I started by setting up a basic sound manager using a custom master sound class, allowing for efficient handling of music, sound effects, and dialog audio. This system works by populating three child classes for audio from the master sound class to work independently of each other and simultaneously through master. I created a flexible setup that lets sounds trigger based on in-game events. I also implemented volume control and audio ducking to balance different layers of sound dynamically.
One problem that i ran into while setting up the audio system was making the classes. when i would go to test the audio unreal would crash because the classes i made were null. I had the classes setup in c++ but i never made the classes in blueprint. once that was done the next thing i had to do was make the audio mix classes so that the audio can be heard when the sound plays. when i finished testing the last problem i ran into was testing it on other devices. when my team would grab the work on their workspace we ran into bugs where the audio would not play. i have yet to figure it out but i plan to in the future.
Bannerfall
Status | In development |
Author | lazydevstudios |
Genre | Strategy, Adventure |
Tags | Strategy RPG, Turn-based Strategy |
More posts
- Structuring Code in Multi-Interactive Systems by Diogo Vieira Avila96 days ago
- AI please wait - By Daniel Bumbarger96 days ago
- Dialog Relationship and Minimap by Kasey Russell96 days ago
- Main Menu and Combat UI by David Mereles96 days ago
- Audio Fix and Dialog System by Kasey RussellFeb 22, 2025
- Controlling the Narrative: Scalable Spawner by Diogo Vieira AvilaFeb 22, 2025
- Path Finding Situation - By Daniel BumbargerFeb 22, 2025
- Griding Up An Environment: Bones of a Strategy Game by Diogo Vieira AvilaFeb 15, 2025
- Animation Synchronization - By Daniel BumbargerFeb 15, 2025
Leave a comment
Log in with itch.io to leave a comment.