We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441d35f commit 038e88fCopy full SHA for 038e88f
recording_voice.py script/recording_voice.pyrecording_voice.py renamed to script/recording_voice.py
@@ -51,4 +51,4 @@ def recording_voice(self):
51
wf.setframerate(self.fs)
52
# save
53
wf.writeframes(b''.join(frames))
54
- wf.close()
+ wf.close()
0 commit comments