FastSpeech2
FastSpeech2 copied to clipboard
fix max_wav_value 32768.0 to 32767.0
max_wav_value
should be 32767.0 ( np.iinfo(np.int16).max
)