nnAudio.librosa_functionsΒΆ
Module containing functions cloned from librosa
To make sure nnAudio would not become broken when updating librosa
Functions
Alternative implementation of np.fft.fftfreq :param sr: Audio sampling rate :type sr: number > 0 [scalar] :param n_fft: FFT window size :type n_fft: int > 0 [scalar] |
|
Convert Hz to Mels . |
|
This function is cloned from librosa 0.7. |
|
This function is cloned from librosa 0.7. |
|
Convert mel bin numbers to frequencies . |
|
Wrapper for np.pad to automatically center an array prior to padding. |