Commit Request - Step 1 Restore Files

Restored files.
This commit is contained in:
Extremesecrecy
2025-07-28 12:31:16 -07:00
parent 8f6ca67583
commit 0532193647
8 changed files with 11 additions and 105 deletions
-15
View File
@@ -81,21 +81,6 @@ namespace pipedal
bool IsValid() const { return valid_; }
// Legacy constructor used by tests prior to the addition of
// separate input and output ALSA devices.
// JackServerSettings(const std::string &device,
// uint64_t sampleRate,
// uint32_t bufferSize,
// uint32_t numberOfBuffers)
// {
// this->valid_ = true;
// this->rebootRequired_ = true;
// this->alsaInputDevice_ = device;
// this->alsaOutputDevice_ = device;
// this->sampleRate_ = sampleRate;
// this->bufferSize_ = bufferSize;
// this->numberOfBuffers_ = numberOfBuffers;
// }
void WriteDaemonConfig(); // requires root perms.
void SetRebootRequired(bool value)
{