1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 12:00:49 +08:00

optimize: move slicer2, rmvpe, my_utils to lib

This commit is contained in:
源文雨
2023-07-24 14:16:58 +08:00
parent 451630a2a4
commit 8364750272
9 changed files with 9 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ import os, traceback, sys, parselmouth
now_dir = os.getcwd()
sys.path.append(now_dir)
from my_utils import load_audio
from lib.audio import load_audio
import pyworld
import numpy as np, logging