mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-27 06:08:37 -05:00
FFTVisualDataThread sleep adjustment
This commit is contained in:
parent
22ed3d3b27
commit
e98088159c
@ -36,7 +36,7 @@ void FFTVisualDataThread::run() {
|
|||||||
|
|
||||||
while(!terminated) {
|
while(!terminated) {
|
||||||
|
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(15));
|
std::this_thread::sleep_for(std::chrono::milliseconds(12));
|
||||||
|
|
||||||
int fftSize = wproc.getDesiredInputSize();
|
int fftSize = wproc.getDesiredInputSize();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user