yaml testing (not good) :(

This commit is contained in:
2026-01-24 02:23:42 -06:00
parent 60ba371a05
commit a4ea6490a4
6 changed files with 81 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
#pragma once
#include <string>
class ConfigInterface {
public:
@@ -10,4 +12,7 @@ public:
private:
const std::string configRoot = "config";
const std::string filename = "audio.yaml";
};