seungwonpark / melgan

MelGAN vocoder (compatible with NVIDIA/tacotron2)
http://swpark.me/melgan/
BSD 3-Clause "New" or "Revised" License
636 stars 116 forks source link

Sound artifact at the end of the sample #64

Open jinny1208 opened 3 years ago

jinny1208 commented 3 years ago

First of all, thank you for the wonderful repository.

I know that this issue has been discussed in a previous issue, but I wanted to know if the artifact that appears at the end of the inferred sentence can be solved by the current repository. I am experiencing artifacts at the end of a sample (and also in between sentences) no matter what I try, so I was hoping that someone could point me in the right direction to address this issue.

Also, I was wondering where -11.5129 came from in the following line: https://github.com/seungwonpark/melgan/blob/aca59909f6dd028ec808f987b154535a7ca3400c/model/generator.py#L69.

Thanks in advance.