diff --git a/push_to_record_and_play.py b/push_to_record_and_play.py index 8ff57df..12c9c34 100644 --- a/push_to_record_and_play.py +++ b/push_to_record_and_play.py @@ -22,7 +22,7 @@ while True: if state: if audioInstance.isRecording(): - audioInstance.stopRecord(play=False) + audioInstance.stopRecord() else: if not audioInstance.isRecording(): audioInstance.startRecord()