This commit is contained in:
Jakob Ketterl
2020-03-24 22:52:17 +01:00
parent 4e4266f1c4
commit 8a2356580a
3 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ class DirectSource(SdrSource, metaclass=ABCMeta):
]
def getNmuxCommand(self):
props = self.rtlProps
props = self.sdrProps
nmux_bufcnt = nmux_bufsize = 0
while nmux_bufsize < props["samp_rate"] / 4: