Rewrote the waterfall

This commit is contained in:
Ryzerth
2020-07-11 21:15:10 +02:00
parent 30f1b423a6
commit 370324bc68
8 changed files with 514 additions and 272 deletions

View File

@@ -346,8 +346,7 @@ namespace dsp {
return;
}
interp.stop();
//decim.stop();
Sleep(200);
decim.stop();
running = false;
}