3#include "AudioLogger.h"
11namespace fs = std::filesystem;
46 LOGI(
"nextStream: %d", offset);
48 if (
s ==
nullptr && offset > 0) {
49 LOGI(
"Wrapping to start of directory");
69 LOGW(
"Could not resolve index %d (normalized %d)",
index,
norm);
82 LOGI(
"-> selectStream: %s", path);
126 const char* result =
nullptr;
142 const std::filesystem::path path =
file.path();
143 const std::string
filename = path.filename().string();
145 if (
file.is_directory()) {
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define TRACED()
Definition AudioLoggerIDF.h:31
#define LOGI(...)
Definition AudioLoggerIDF.h:28
#define LOGD(...)
Definition AudioLoggerIDF.h:27