ewan-xu / LibrosaCpp

LibrosaCpp is a c++ implemention of librosa to compute short-time fourier transform coefficients,mel spectrogram or mfcc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can the functions support `win_length` in stft and melspectrogram?

yuikns opened this issue · comments

commented

It is really a great job. However, could it been possible that support "win_length" args?

Here are the references:

we may required to pass this variable to stft, and change get window getter

I will add this feature when I have time recently