Hello,
I would like to know if the default window is "Hann" in the librosa.feature.melspectrogram, if nothing is specified for the window information?
For example, I have this python statement:
melscale = librosa.feature.melspectrogram(y=audio, sr=sample_rate, n_fft=nfft).
Does this mean that the window used here is "Hann"?
Thanks for your help and time!