Updated default sample rate range again.

This commit is contained in:
Marat Fayzullin 2024-02-10 12:03:21 -05:00
parent ceba329cf3
commit 4ba67685fd
1 changed files with 1 additions and 1 deletions

View File

@ -785,4 +785,4 @@ class SdrDeviceDescription(object):
def getSampleRateRanges(self) -> List[Range]:
# semi-sane default value. should be overridden with more specific values per device.
return [Range(100000, 50000000)]
return [Range(48000, 30000000)]