PaddlePaddle/PaddleSpeech

[TTS] Try to train a universial GAN Vocoder using CSMSC + LJSpeech + AISHELL3 + VCTK

Open

#2,803 创建于 2023年1月6日

在 GitHub 查看
 (0 评论) (1 反应) (1 负责人)Python (1,702 fork)batch import
T2Sfeature requestgood first issue

仓库指标

Star
 (9,453 star)
PR 合并指标
 (平均合并 45天 19小时) (30 天内合并 6 个 PR)

描述

An universial GAN Vocoder may works well for all AMs of different datasets, for example, CSMSC is a single female dataset, may generate bad wavs for mels of male speakers, cause different genders have different distribution of speech features.

Please try to train a universial GAN Vocoder using CSMSC + LJSpeech + AISHELL3 + VCTK + some other TTS datasets (if you want) with the config of CSMSC (24kHz).

LJSpeech is 22.05kHz, but you don't need to resample it yourself, cause we will resample the wavs to the sample rate setted in config file in preprocess stage ~

贡献者指南