diff --git a/radio/src/am_demod.h b/radio/src/am_demod.h index 3d7b5398..0135ea4f 100644 --- a/radio/src/am_demod.h +++ b/radio/src/am_demod.h @@ -194,7 +194,7 @@ private: } const float bwMax = 15000; - const float bwMin = 6000; + const float bwMin = 1000; const float bbSampRate = 15000; std::string uiPrefix; diff --git a/radio/src/fm_demod.h b/radio/src/fm_demod.h index 3a247ae6..36258807 100644 --- a/radio/src/fm_demod.h +++ b/radio/src/fm_demod.h @@ -183,7 +183,7 @@ private: } const float bwMax = 50000; - const float bwMin = 6000; + const float bwMin = 1000; const float bbSampRate = 50000; std::string uiPrefix; diff --git a/readme.md b/readme.md index ab7d2b0d..aa6b60dd 100644 --- a/readme.md +++ b/readme.md @@ -338,7 +338,7 @@ To solve, this, simply downgrade to libusb1.3 If you also have the SoapySDR module loaded (not necessarily enabled), this is a bug in libhackrf. It's caused by libhackrf not checking if it's already initialized. The solution until a fixed libhackrf version is released is to completely remove the soapy_source module from SDR++. To do this, delete `modules/soapy_source.dll` on windows -or `/usr/share/sdrpp/plugins/soapy_source.so` on linux. +or `/usr/lib/sdrpp/plugins/soapy_source.so` on linux. ## Issue not listed here?