VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
AudioSystem.hpp File Reference

Audio system for managing audio sources, playback, and 3D spatialization. More...

#include <unordered_map>
#include <memory>
#include <string>
#include <SDL3/SDL.h>
#include "components/ECS/ECS.hpp"
#include "components/VirtualFileSystem.hpp"
#include "components/GameComponents/BasicComponents.hpp"
#include "components/GameComponents/AudioSourceComponent.hpp"

Go to the source code of this file.

Classes

class  vex::AudioSystem
 System responsible for managing audio playback, mixing, and spatialization. More...
struct  vex::AudioSystem::StandaloneAudio

Namespaces

namespace  vex

Detailed Description

Audio system for managing audio sources, playback, and 3D spatialization.

Author
Eryk Roszkowski

Definition in file AudioSystem.hpp.