//WIP Sounddevice migration
Noisegate - Incorrect kwarg name
This commit is contained in:
@@ -44,7 +44,7 @@ class AudioStream:
|
||||
self.close_if_open()
|
||||
|
||||
# Open the stream
|
||||
self.stream = sounddevice.RawStream(**self.paInstance_kwargs)
|
||||
self.stream = sounddevice.RawStream(**self.sd_kwargs)
|
||||
|
||||
def close_if_open(self):
|
||||
# Stop the stream if it is started
|
||||
|
||||
Reference in New Issue
Block a user