autovc icon indicating copy to clipboard operation
autovc copied to clipboard

Analysis window length (fft_length) and hop_length for feature extraction

Open rppravin opened this issue 4 years ago • 1 comments

Thanks for the code and replies to my previous questions!

In the code (make_spect.py), fft_length (analysis window length) of 1024 samples or 64 ms and hop_length of 256 samples or 16 ms between windows, are used for feature extraction.

I was wondering if you tried other fft_lenths and hop_lengths? Is it possible that shorter fft_length and hop_length could help, say 20 ms fft_length and 10 ms hop_length, since it has different time-frequency resolution trade-off for feature extraction?

Thanks, Pravin

rppravin avatar Apr 24 '21 19:04 rppravin

No I didn't, but feel free to experiment with it.

auspicious3000 avatar Apr 24 '21 19:04 auspicious3000