feat: audio resources

This commit is contained in:
2026-03-03 12:04:17 +01:00
parent d2c9a7b2ff
commit bc8002fd59
7 changed files with 109 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
#include "PlaybackEngine.h"
#include "logging.h"
PlaybackEngine::PlaybackEngine() {
PlaybackEngine::PlaybackEngine(std::string filesDir): mFilesDir(filesDir) {
LOGI("PlaybackEngine()");
LOGI("NDK LOG_LEVEL=%d", LOG_LEVEL);
// NDK LOG_LEVEL=3 (DEBUG)