This commit is contained in:
wataru 2023-03-01 22:33:51 +09:00
parent bfe826001b
commit fde356be4d

View File

@ -520,7 +520,7 @@ class VoiceChanger():
del self.np_prev_audio1
if hasattr(self, "prev_audio1"):
del self.prev_audio1
return np.zeros(1).astype(np.int16)
return np.zeros(1).astype(np.int16), [0, 0, 0]
mainprocess_time = t.secs
with Timer("post-process") as t: