From a3c0a24f516630de800eaa1d650b26d6e5770db2 Mon Sep 17 00:00:00 2001 From: andynoack Date: Thu, 3 May 2018 14:09:22 +0200 Subject: [PATCH] prevent bandwidth lock for soundcard sample rate setting --- src/urh/dev/native/SoundCard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/urh/dev/native/SoundCard.py b/src/urh/dev/native/SoundCard.py index 85e9bec21b..82b69e6c2d 100644 --- a/src/urh/dev/native/SoundCard.py +++ b/src/urh/dev/native/SoundCard.py @@ -98,6 +98,7 @@ def __init__(self, sample_rate, resume_on_full_receive_buffer=False): resume_on_full_receive_buffer=resume_on_full_receive_buffer) self.success = 0 + self.bandwidth_is_adjustable = False @property def device_parameters(self) -> OrderedDict: