Audio file metadata and thumbnails

This commit is contained in:
Robin E. R. Davies
2025-05-31 21:06:34 -04:00
parent 13e2f6b5bb
commit c4e0b0ff46
44 changed files with 3490 additions and 661 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace pipedal
std::string output;
};
SysExecOutput sysExecForOutput(const std::string& command, const std::string&args);
SysExecOutput sysExecForOutput(const std::string& command, const std::string&args, bool discardStderr = false);
using ProcessId = int64_t; // platform-agnostic wrapper for pid_t;
// Returns a pid or -1 on errror.