mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
22 lines
520 B
YAML
22 lines
520 B
YAML
_target_: matcha.data.text_mel_datamodule.TextMelDataModule
|
|
name: ljspeech
|
|
train_filelist_path: data/filelists/ljs_audio_text_train_filelist.txt
|
|
valid_filelist_path: data/filelists/ljs_audio_text_val_filelist.txt
|
|
batch_size: 32
|
|
num_workers: 20
|
|
pin_memory: True
|
|
cleaners: [english_cleaners2]
|
|
add_blank: True
|
|
n_spks: 1
|
|
n_fft: 1024
|
|
n_feats: 80
|
|
sample_rate: 22050
|
|
hop_length: 256
|
|
win_length: 1024
|
|
f_min: 0
|
|
f_max: 8000
|
|
data_statistics: # Computed for ljspeech dataset
|
|
mel_mean: -5.536622
|
|
mel_std: 2.116101
|
|
seed: ${seed}
|