You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the model upsamples based on the hop_size, so training audio at 24k and 44.1k should be the same as training 22050 Hz audio; I just need to modify the sampling rate settings in params.py. However, I'm not quite sure about one thing. Do I need to modify this function?
@accum-dai Sorry for late reply!
This function is necessary for removing aliasing at the cut-off frequency. While it is only required for post-processing and not for training, I recommend using it to slightly enhance the output quality.
It seems that the model upsamples based on the hop_size, so training audio at 24k and 44.1k should be the same as training 22050 Hz audio; I just need to modify the sampling rate settings in params.py. However, I'm not quite sure about one thing. Do I need to modify this function?
The text was updated successfully, but these errors were encountered: