Skip to content

Commit 038e88f

Browse files
authored
Rename recording_voice.py to script/recording_voice.py
1 parent 441d35f commit 038e88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def recording_voice(self):
5151
wf.setframerate(self.fs)
5252
# save
5353
wf.writeframes(b''.join(frames))
54-
wf.close()
54+
wf.close()

0 commit comments

Comments
 (0)