| model: CausalHifiGan |
| model_conf: |
| CausalHiFTGenerator_conf: |
| in_channels: 80 |
| base_channels: 512 |
| nb_harmonics: 8 |
| sampling_rate: 24000 |
| nsf_alpha: 0.1 |
| nsf_sigma: 0.003 |
| nsf_voiced_threshold: 10 |
| upsample_rates: [8, 5, 3] |
| upsample_kernel_sizes: [16, 11, 7] |
| istft_params: |
| n_fft: 16 |
| hop_len: 4 |
| resblock_kernel_sizes: [3, 7, 11] |
| resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]] |
| source_resblock_kernel_sizes: [7, 7, 11] |
| source_resblock_dilation_sizes: [[1, 3, 5], [1, 3, 5], [1, 3, 5]] |
| lrelu_slope: 0.1 |
| audio_limit: 0.99 |
| CausalConvRNNF0Predictor_conf: |
| num_class: 1 |
| in_channels: 80 |
| cond_channels: 512 |
| sample_rate: 24000 |