adobe-research / convmelspec

Convmelspec: Convertible Melspectrograms via 1D Convolutions
Apache License 2.0
131 stars 9 forks source link

Custom window length in ConvertibleSpectrogram #2

Closed vtsouval closed 1 year ago

vtsouval commented 1 year ago

Is it possible to use a custom window length in the window function?

njb commented 1 year ago

@vtsouval Currently, we assume the FFT and window length are the same (see the n_fft parameter), but you can change it. You can also provide your own window function. There is nothing theoretically stopping you to have a different FFT and window length size.