Separate audio into output and input

This commit is contained in:
dec05eba
2025-05-04 23:23:36 +02:00
parent 28be9d1c6f
commit 61f8c666fe
7 changed files with 58 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ namespace gsr {
void string_split_char(std::string_view str, char delimiter, StringSplitCallback callback_func);
bool starts_with(std::string_view str, const char *substr);
bool ends_with(std::string_view str, const char *substr);
std::string get_home_dir();
std::string get_config_dir();