Robust_Fine_Grained_Prosody_Control
1.0.0
强大而细粒度的端到端语音综合控制(非官方)的强大和细粒度的韵律控制
此实现使用库列特数据集。
git clone https://github.com/keonlee9420/Robust_Fine_Grained_Prosody_Control.gitcd Robust_Fine_Grained_Prosody_Controlgit submodule init; git submodule updatesed -i -- 's,/home/keon/speech-datasets/LibriTTS_preprocessed/train-clean-100/,your_libritts_dataset_folder/,g' filelists/*.txtload_mel_from_disk=True in hparams.py和更新mel-spectragram路径pip install -r requirements.txt python train.py --output_directory=outdir --log_directory=logdirtensorboard --logdir=outdir/logdir (TBD)
python inference.py -c checkpoint/path -r reference_audio/wav/path -t "synthesize text"python inference_all.py -c checkpoint/path -r reference_audios/dir/pathNB执行MEL光谱图与音频合成时,请确保对Tacotron 2和MEL解释器进行相同的MEL光谱图表示。
@misc{lee2021robust_fine_grained_prosody_control,
author = {Lee, Keon},
title = {Robust_Fine_Grained_Prosody_Control},
year = {2021},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {url{https://github.com/keonlee9420/Robust_Fine_Grained_Prosody_Control}}
}
波格综合的速度比实时流量的生成网络快速综合语音综合
NV-Wavenet的速度比实时磁带快。
该实现使用以下存储库中的代码:NVIDIA/TACOTRON-2,KINGLITTERQ/GST-TACOTRON
我们感谢论文作者,特别是Younggun Lee和Taesu Kim。