ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
MIT License
1.69k stars 515 forks source link

fix max_wav_value 32768.0 to 32767.0 #184

Open netpi opened 1 year ago

netpi commented 1 year ago

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