We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02df4a3 commit 5def00aCopy full SHA for 5def00a
1 file changed
sounddevice.py
@@ -1183,10 +1183,6 @@ def cpu_load(self):
1183
"""
1184
return _lib.Pa_GetStreamCpuLoad(self._ptr)
1185
1186
- def __del__(self):
1187
- """Close stream at garbage collection."""
1188
- self.close()
1189
-
1190
def __enter__(self):
1191
"""Start the stream in the beginning of a "with" statement."""
1192
self.start()
0 commit comments