This commit is contained in:
wok 2024-07-18 01:09:17 +09:00
parent 9dbbdcf89b
commit 3a86c27779
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class MMVC_Rest_VoiceChanger:
changedVoice = self.voiceChangerManager.changeVoice(unpackedData)
self.tlock.release()
print("", changedVoice[0].dtype)
# print("", changedVoice[0].dtype)
changedVoiceBase64 = base64.b64encode(changedVoice[0]).decode("utf-8")
data = {"timestamp": timestamp, "changedVoiceBase64": changedVoiceBase64}

View File

@ -273,7 +273,6 @@ class VoiceChangerV2(VoiceChangerIF):
crossfade_frame=crossfade_frame,
sola_search_frame=sola_search_frame,
)
print("output audio dtype", audio.dtype)
t.record("inference")
if hasattr(self, "sola_buffer") is True: