alsaDevice_ Check

This commit is contained in:
Extremesecrecy
2025-07-28 13:16:48 -07:00
parent 0532193647
commit d91d278919
+1
View File
@@ -95,6 +95,7 @@ namespace pipedal
{
return this->alsaInputDevice_ == other.alsaInputDevice_ &&
this->alsaOutputDevice_ == other.alsaOutputDevice_ &&
this->alsaDevice_ == other.alsaDevice_ &&
this->sampleRate_ == other.sampleRate_ &&
this->bufferSize_ == other.bufferSize_ &&
this->numberOfBuffers_ == other.numberOfBuffers_;