Spaces:
Build error
Build error
File size: 452 Bytes
9206300 |
1 2 3 4 5 6 7 8 9 10 |
base_config:
- egs/egs_bases/tts/vocoder/hifigan.yaml
processed_data_dir: 'data/processed/aishell3'
binary_data_dir: 'data/binary/aishell3_wav'
audio_num_mel_bins: 80
audio_sample_rate: 16000
fmin: 0 # Set this to 55 if your speaker is male! if female, 95 should help taking off noise. (To test depending on dataset. Pitch info: male~[65, 260], female~[100, 525])
fmax: 8000 # To be increased/reduced depending on data.
upsample_rates: [ 8,8,2,2 ]
|