2#include <engine/engine_export.h>
4#include <audiopp/device.h>
71 std::shared_ptr<int> sentinel_ = std::make_shared<int>(0);
73 std::unique_ptr<audio::device> device_;
Manages the audio operations and integrates with the audio backend.
auto init(rtti::context &ctx) -> bool
Initializes the audio system with the given context.
auto deinit(rtti::context &ctx) -> bool
Deinitializes the audio system with the given context.
std::chrono::duration< float > delta_t