mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-27 14:03:15 -04:00
Fix #675 cut-n-paste giving wrong demod data queue (thanks @GkvJeep) plus boost of AudioThread queue size to prevent stuttering at very high CPU loads
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ public:
|
||||
};
|
||||
|
||||
#define REBUFFER_GC_LIMIT 100
|
||||
#define REBUFFER_WARNING_THRESHOLD 150
|
||||
#define REBUFFER_WARNING_THRESHOLD 2000
|
||||
|
||||
template<typename BufferType>
|
||||
class ReBuffer {
|
||||
|
||||
Reference in New Issue
Block a user