From 95173c2dd0d90d51398c801b1de2a3baab33e94a Mon Sep 17 00:00:00 2001 From: MaxMax2016 <525942103@qq.com> Date: Mon, 3 Apr 2023 21:37:12 +0800 Subject: [PATCH] depends --- README.md | 2 ++ requirements.txt | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bb5b21..82296af 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ maxgan v2 == bigvgan + latent f0 PlayVoice/maxgan-svc - 3 下载whisper模型 [multiple language medium model](https://openaipublic.azureedge.net/main/whisper/models/345ae4da62f9b3d59415adc60127b97c714f32e89e936602e85993674d08dcb1/medium.pt), 确定下载的是**medium.pt**,把它放到文件夹 **whisper_pretrain/** 中,提取每个音频的内容编码 + > sudo apt update && sudo apt install ffmpeg + > python svc_preprocess_ppg.py -w ./data_svc/waves -p ./data_svc/whisper - 4 提取基音,同时生成训练文件 **filelist/train.txt**,剪切train的前5条用于制作**filelist/eval.txt** diff --git a/requirements.txt b/requirements.txt index b53a686..3e7cf52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ ibrosa omegaconf tensorboard -matplotlib \ No newline at end of file +matplotlib +transformers>=4.19.0 +ffmpeg-python==0.2.0 \ No newline at end of file