[BC-Breaking] Rename `sliding_window_cmn` arg for correctness (#1347)
* Change the name of the specgram named `waveform` `F.sliding_window_cmn` takes a spectrogram as input (of shape `(..., freq, time)`). However, this spectrogram is named `waveform`. This appears to be an error, so rename this (and the output tensor) to reflect that both are spectrograms. * Correct tensor description in docstring The output tensor of `F.sliding_window_cmn` is also a spectrogram. Update the description to reflect this.
Showing
Please register or sign in to comment