//WIP Sounddevice migration

Noisegate - Incorrect kwarg name
This commit is contained in:
Logan Cusano
2022-04-10 00:04:29 -04:00
parent 3d73da72d6
commit cd69fa69ed

View File

@@ -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