Tamer

Results 2 issues of Tamer

In the paper, the final formula for the model is ![381C7CA2-3E38-4E06-AEF0-80E39D01A8B2](https://github.com/yl4579/StyleTTS2/assets/49121929/3a473e34-fa0e-46ad-8461-db1b7be331fa) However, the Gaussian kernel is written as follows in the code. ``` loc = torch.cumsum(_dur_pred, dim=0) - _dur_pred /...

This PR addresses two issues and adds a pitch-shifting feature: 1. Fixed the issue where infer_wav_res produces meaningless noise The real-time self.resampler conversion was corrupting the audio output. While the...