KIK

Results 6 issues of KIK

![微信截图_20240201110902](https://github.com/RVC-Boss/GPT-SoVITS/assets/121158126/0812bd04-f94e-405a-9e8b-52e0b0d8f516) ![微信截图_20240201110951](https://github.com/RVC-Boss/GPT-SoVITS/assets/121158126/b7ddfd82-68ee-4551-865b-868b7d1ed07f)

这个bug现在修好了吗?

In follow-up

![Snipaste_2023-11-07_20-15-19](https://github.com/PlayVoice/so-vits-svc-5.0/assets/121158126/a7dad37e-553b-427d-beaf-9e7ca16e7319)

mel图看不出是人声的频谱,可能是训练集少?(4.5min,但是游戏解包音质) ![individualImage](https://github.com/PlayVoice/so-vits-svc-5.0/assets/121158126/a755e46b-d2f7-4eaf-b2c7-850c1aae343d)

import threading import time import os # 定义一个函数,用来执行一个cmd命令,并打印出运行时间 def run_cmd(cmd): start = time.time() os.system(cmd) end = time.time() print(f"{cmd} took {end - start} seconds") # 创建3个Thread对象,分别同时执行3个cmd命令 t1 = threading.Thread(target=run_cmd, args=("python whisper/inference.py...