| |
| input_channels: 1 |
| input_feat_per_channel: 80 |
| specaugment: |
| freq_mask_F: 27 |
| freq_mask_N: 1 |
| time_mask_N: 1 |
| time_mask_T: 100 |
| time_mask_p: 1.0 |
| time_wrap_W: 0 |
| source_transforms: |
| '*': |
| - utterance_cmvn |
| _train: |
| - utterance_cmvn |
| - specaugment |
| |
| features: |
| energy_max: 5.912702560424805 |
| energy_min: 0.0 |
| eps: 1.0e-05 |
| f_max: 8000 |
| f_min: 20 |
| hop_len_t: 0.011609977324263039 |
| hop_length: 256 |
| n_fft: 1024 |
| n_mels: 80 |
| n_stft: 513 |
| pitch_max: 6.5965910920807405 |
| pitch_min: 1.0e-08 |
| sample_rate: 22050 |
| type: spectrogram+melscale+log |
| win_len_t: 0.046439909297052155 |
| win_length: 1024 |
| window_fn: hann |
| global_cmvn: |
| stats_npz_path: data/comspeech/cvss_x_en/tts/gcmvn_stats.npz |
| sample_rate: 22050 |
| target_transforms: |
| '*': |
| - global_cmvn |
| |
| vocab_filename_tts: vocab.txt |
| vocab_filename_st: spm_unigram_joint.txt |
| bpe_tokenizer: |
| bpe: sentencepiece |
| sentencepiece_model: data/comspeech/cvss_de_en/s2s/spm_unigram_joint.model |