Dummy audio thread to keep display responsive when no audio device.

This commit is contained in:
Robin Davies
2024-08-26 22:42:15 -04:00
parent 150ca25491
commit 179d1aa025
18 changed files with 972 additions and 332 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ public:
class JackHostStatus {
public:
bool active_;
bool active_ = false;
std::string errorMessage_;
bool restarting_;
uint64_t underruns_;