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.
PaddleSpeech/examples/vctk/vc3/local/voice_conversion.sh

10 lines
185 B

#!/bin/bash
config_path=$1
source_path=$2
output_dir=$3
python3 ${BIN_DIR}/vc.py \
--config_path=${config_path} \
--source_path=${source_path}\
--output_dir=${output_dir}