FastSpeech2 icon indicating copy to clipboard operation
FastSpeech2 copied to clipboard

fix max_wav_value 32768.0 to 32767.0

Open netpi opened this issue 2 years ago • 0 comments

max_wav_value should be 32767.0 ( np.iinfo(np.int16).max )

netpi avatar Jan 10 '23 03:01 netpi