Hyungchan Yoon (윤형찬)

Results 2 comments of Hyungchan Yoon (윤형찬)

Following the official code of HiFi-GAN, they inference audio by audio = audio * MAX_WAV_VALUE audio = audio.cpu().numpy().astype('int16') write(output_file, h.sampling_rate, audio) In my case, it works when I changed the...

Revise the code as below in preprocessors/libritts.py BEFORE if len([f for f in f0 if f != 0]) ==0 or len([e for e in energy if e != 0]): AFTER...