pytorch_audio
pytorch_audio copied to clipboard
Why there is no window size parameter for stft and istft?
I found that there is a parameter named window size in librosa stft and istft, but I don't find it in your pytorch implement. Is it useless?
https://github.com/diggerdu/pytorch_audio/blob/master/time_frequence.py#L69