Tamer
Results
2
issues of
Tamer
In the paper, the final formula for the model is  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...