From 2399b54e81d33e38946fa18ad6e8a22f152d54be Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 27 Apr 2023 14:41:06 -0700 Subject: [PATCH] play --- push_to_record_and_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()