You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
332 B
10 lines
332 B
You can download test source audios from [test_wav.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/starganv2vc/test_wav.zip).
|
|
|
|
|
|
Test Voice Conversion:
|
|
|
|
```bash
|
|
wget https://paddlespeech.bj.bcebos.com/Parakeet/released_models/starganv2vc/test_wav.zip
|
|
unzip test_wav.zip
|
|
./run.sh --stage 2 --stop-stage 2 --gpus 0
|
|
``` |