feat: audio resources
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user