Unofficial implementation of FlowVAE
code is updated after original method, pls check commits
- resample the dataset sr to 16k
- run
python 1.embedding_sid.py /path/to/dataset data/spkerEmbedto extract sid - set train/val labels into the label dir, format as
wav_path|sid_path - run
python train.py -m YourModelNameto trian a vc model
- modify
configs/vc_rule.yaml - run
python 2.vc /path/to/sid /path/to/output_dir
