opening slow audio devices on boot

This commit is contained in:
Robin Davies
2024-08-11 16:17:29 -04:00
parent f82408607e
commit fcc5e813a4
8 changed files with 27 additions and 18 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace pipedal
std::string alsaDevice_;
uint64_t sampleRate_ = 0;
uint32_t bufferSize_ = 64;
uint32_t numberOfBuffers_ = 2;
uint32_t numberOfBuffers_ = 3;
public:
JackServerSettings();