Removed noisegate remnants

This commit is contained in:
Logan Cusano
2022-02-18 01:59:47 -05:00
parent 34b8fe2c02
commit 28149abaff

View File

@@ -29,7 +29,6 @@ class PCMStream:
self.stream.start()
def clean_up(self):
global noisegate_obj
if self.stream is not None:
self.stream.stop()
self.stream.close()