1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-10 13:00:36 +08:00
This commit is contained in:
Ftps
2023-08-28 16:08:31 +09:00
parent 3c7f1f1407
commit 58e32b6def
55 changed files with 237 additions and 169 deletions

View File

@@ -1,8 +1,12 @@
import os, librosa
import hashlib
import json
import math
import os
import librosa
import numpy as np
import soundfile as sf
from tqdm import tqdm
import json, math, hashlib
def crop_center(h1, h2):
@@ -519,10 +523,11 @@ def istft(spec, hl):
if __name__ == "__main__":
import cv2
import argparse
import sys
import time
import argparse
import cv2
from model_param_init import ModelParameters
p = argparse.ArgumentParser()