Ember
A C++ 20 'game engine' built with SDL3 with wide platform support.
|
Go to the source code of this file.
Classes | |
class | AudioManager |
AudioManager class. More... | |
Functions | |
bool | init_audio_engine () |
Initialize the Miniaudio audio engine. More... | |
void | close_audio_engine () |
Close the Miniaudio audio engine. More... | |
Variables | |
constexpr int | NUM_CHANNELS = 2 |
constexpr int | SAMPLE_RATE = 48000 |
void close_audio_engine | ( | ) |
Close the Miniaudio audio engine.
bool init_audio_engine | ( | ) |
Initialize the Miniaudio audio engine.
|
constexpr |
|
constexpr |