File size: 445 Bytes
59b7eeb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# datasets:
# LibriSpeech:
# root: /aifs4su/data/zheny/data/data_8_21_2/
# trainsets: ['dev', 'test','train']
# testsets: ['test-clean']
view:
train_filelist: /home/ubuntu/X-Codec-2.0/audio_high_quality_lmao.txt
test_filelist: /home/ubuntu/X-Codec-2.0/audio_high_quality_TEST.txt
audio:
sr: 24_000
normalization: False
max_wav_value: 32768.0
stft:
n_fft: 1280
window_length: 1280
hop_length: 960
|