Skip to content

Commit

Permalink
depends
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMax2016 committed Apr 3, 2023
1 parent 6050970 commit 95173c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ibrosa
omegaconf
tensorboard
matplotlib
matplotlib
transformers>=4.19.0
ffmpeg-python==0.2.0

0 comments on commit 95173c2

Please sign in to comment.