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

optimize(rvc.f0): rename inner defs

This commit is contained in:
源文雨
2024-06-13 00:51:22 +09:00
parent 83144868e1
commit 1e94e007d5
6 changed files with 6 additions and 7 deletions

View File

@@ -10,7 +10,6 @@ from time import time
import faiss
import librosa
import numpy as np
import pyworld
import torch
import torch.nn.functional as F
import torchcrepe