Slime-Dev / SlimeProject

SlimeEngine is my personal playground for learning modern Vulkan and its 1.3 features. This project serves as both a learning tool and a growing graphics framework, focusing on clean, understandable implementation of advanced Vulkan concepts. It's a work in progress, evolving as I explore and understand more about low-level graphics programming.
3 stars 0 forks source link

Implement Audio #12

Open ConnorY97 opened 2 months ago

ConnorY97 commented 2 months ago

Implement audio system using FMOD Engine

Description

We need to integrate the FMOD Engine into our project to handle audio playback and management. This will improve our sound capabilities and allow for more complex audio features.

Tasks

Additional notes