Skip to content
Snippets Groups Projects
Commit d60cb88a authored by user's avatar user
Browse files

fix device unavailable on second run issue

parent 414ea904
Branches
No related tags found
No related merge requests found
......@@ -151,6 +151,7 @@ class CocalMethods:
# close the streams and files
for stream in streams:
stream.stop()
stream.close()
for soundfile in soundfiles:
soundfile.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment