Changed the default NFM snap interval

This commit is contained in:
Ryzerth
2021-06-17 20:14:23 +02:00
parent b5d38c71ce
commit da2f4fcf3a
6 changed files with 160 additions and 33 deletions

View File

@@ -172,7 +172,7 @@ private:
const float bbSampRate = 50000;
std::string uiPrefix;
float snapInterval = 10000;
float snapInterval = 2500;
float audioSampRate = 48000;
float bw = 50000;
bool running = false;