FFTVisualDataThread sleep adjustment

This commit is contained in:
Charles J. Cliffe 2015-08-14 21:23:58 -04:00
parent 22ed3d3b27
commit e98088159c

View File

@ -36,7 +36,7 @@ void FFTVisualDataThread::run() {
while(!terminated) {
std::this_thread::sleep_for(std::chrono::milliseconds(15));
std::this_thread::sleep_for(std::chrono::milliseconds(12));
int fftSize = wproc.getDesiredInputSize();