Skip to content

Commit

Permalink
prevent bandwidth lock for soundcard sample rate setting
Browse files Browse the repository at this point in the history
  • Loading branch information
andynoack committed May 3, 2018
1 parent a0469f1 commit a3c0a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/urh/dev/native/SoundCard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3c0a24

Please sign in to comment.