diff --git a/tnc/static.py b/tnc/static.py index 549b9eea..29c13a32 100644 --- a/tnc/static.py +++ b/tnc/static.py @@ -53,7 +53,7 @@ class AudioParam: audio_output_device: int = -2 audio_record: bool = False audio_record_file = '' - buffer_overflow_counter = [] + buffer_overflow_counter = [0, 0, 0, 0, 0] audio_auto_tune: bool = False # Audio TCI Support audio_enable_tci: bool = False