mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
update
This commit is contained in:
parent
bfe826001b
commit
fde356be4d
@ -520,7 +520,7 @@ class VoiceChanger():
|
|||||||
del self.np_prev_audio1
|
del self.np_prev_audio1
|
||||||
if hasattr(self, "prev_audio1"):
|
if hasattr(self, "prev_audio1"):
|
||||||
del 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
|
mainprocess_time = t.secs
|
||||||
|
|
||||||
with Timer("post-process") as t:
|
with Timer("post-process") as t:
|
||||||
|
Loading…
Reference in New Issue
Block a user