play
This commit is contained in:
@@ -22,7 +22,7 @@ while True:
|
|||||||
|
|
||||||
if state:
|
if state:
|
||||||
if audioInstance.isRecording():
|
if audioInstance.isRecording():
|
||||||
audioInstance.stopRecord(play=False)
|
audioInstance.stopRecord()
|
||||||
else:
|
else:
|
||||||
if not audioInstance.isRecording():
|
if not audioInstance.isRecording():
|
||||||
audioInstance.startRecord()
|
audioInstance.startRecord()
|
||||||
|
|||||||
Reference in New Issue
Block a user