Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

License

NotificationsYou must be signed in to change notification settings

peisuke/AutoVC.pytorch

 
 

Repository files navigation

This repository is reproduced code of "AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss"

The paper link ishere

Preparation

Pretrained model of WaveNet vocoder is fromauthor's original repogitory

How to use

./scripts/downloadVCTK.sh
python preprocess.py --wav-dir ./VCTK-Corpus/wav48/
python train.py
python3 inference.py --output ./output.wav \                     --src-wav [path to src wav] \                     --src-emb [path to src embedding] \                     --tgt-emb [path to target embedding] \                     --vocoder [path to vocoder checkpoint] \                     --autovc [path to autovc checkpoint]

Sample Audio

source

target

converted

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp