Commit Request - Step 1 Restore Files
Restored files.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user