Fork of https://github.com/alokprasad/fastspeech_squeezewave to also fix denoising in squeezewave
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
155 B

  1. max_wav_value = 32768.0
  2. sampling_rate = 22050
  3. filter_length = 1024
  4. hop_length = 256
  5. win_length = 1024
  6. n_mel_channels = 80
  7. mel_fmin = 0.0
  8. mel_fmax = 8000.0