added frequency in recording + fixed SDRplay typo

This commit is contained in:
Ryzerth
2021-03-12 22:22:14 +01:00
parent 20ee982e3d
commit f55d591cba
3 changed files with 10 additions and 5 deletions

View File

@ -39,6 +39,7 @@ namespace core {
void setInputSampleRate(double samplerate) {
// NOTE: Zoom controls won't work
spdlog::info("New DSP samplerate: {0}", samplerate);
gui::waterfall.setBandwidth(samplerate);
gui::waterfall.setViewOffset(0);
gui::waterfall.setViewBandwidth(samplerate);