From c707db77c7c5723ee82d761f5daec0ff29e710c1 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 17 May 2023 05:57:36 -0700 Subject: [PATCH] adding commnet --- audio/audio.py | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/audio.py b/audio/audio.py index 8335a42..c861a16 100644 --- a/audio/audio.py +++ b/audio/audio.py @@ -59,6 +59,7 @@ class Audio: if play: self._playFrames() + # reset frames self.frames = [] return savedFileName if save else None