From 3b8b78a4ac2a5718a0633054e788dd9482750c43 Mon Sep 17 00:00:00 2001 From: jiegeaiai Date: Fri, 13 Sep 2024 08:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0chunk=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Human.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Human.py b/Human.py index 7f6a53a..85bb209 100644 --- a/Human.py +++ b/Human.py @@ -90,7 +90,7 @@ def inference(render_event, batch_size, face_images_path, audio_feat_queue, audi audio_frames = [] is_all_silence = True for _ in range(batch_size * 2): - frame, type = audio_feat_queue.get() + frame, type = audio_feat_queue.get() # is error audio_frames.append((frame, type)) if type == 0: