|
Game Audio Module
A C++ audio system using miniaudio with Python bindings
|
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 |
Definition of the AudioSystem class for low-level audio operations.