jameslyons / python_speech_features

This library provides common speech features for ASR including MFCCs and filterbank energies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reason for not windowing by default?

mrullmi opened this issue · comments

Hi, could you please share the rationale for not applying a window function by default in fbank? This is standard practice in spectral analysis, and I believe that many non-expert users may be getting suboptimal or misleading results due to this choice.