Game Audio Module
A C++ audio system using miniaudio with Python bindings
Loading...
Searching...
No Matches
Classes | Namespaces
audio_system.h File Reference

Definition of the AudioSystem class for low-level audio operations. More...

#include "miniaudio/miniaudio.h"
#include "vec3.h"
#include <memory>
#include <string>
#include <unordered_map>

Go to the source code of this file.

Classes

class  audio::AudioSystem
 Low-level audio system that interfaces directly with miniaudio. More...
 

Namespaces

namespace  audio
 

Detailed Description

Definition of the AudioSystem class for low-level audio operations.