|
base_config: |
|
- ./base.yaml |
|
|
|
audio_sample_rate: 22050 |
|
raw_data_dir: 'data/raw/LibriTTS' |
|
processed_data_dir: 'data/processed/LibriTTS' |
|
binary_data_dir: 'data/binary/LibriTTS' |
The sampling rate of the LibriTTS dataset is 24,000 Hz, why is it 22,050 Hz in the configuration file?
FastDiff/modules/FastDiff/config/FastDiff_libritts.yaml
Lines 1 to 7 in c954758
The sampling rate of the LibriTTS dataset is 24,000 Hz, why is it 22,050 Hz in the configuration file?