lixucuhk / ASV-anti-spoofing-with-Res2Net

Implementation of the paper: Replay and Synthetic Speech Detection with Res2Net architecture (ICASSP 2021) https://arxiv.org/abs/2010.15006
74 stars 14 forks source link

如果只用CQT特征 是不是就不需要安装kadli? #7

Open zuowanbushiwo opened 1 year ago

zuowanbushiwo commented 1 year ago

你好 @lixucuhk 我对这个工程很感兴趣而且浏览一些源码,如果我只用CQT 特征,是不是就不需要安装kaldi,是不是只有LFCC特征需要用到kaldi?谢谢!

zuowanbushiwo commented 1 year ago

/home/yangjie/miniconda3/envs/wespeaker/lib/python3.9/site-packages/librosa/util/decorators.py:88: UserWarning: n_fft=1024 is too small for input signal of length=631 return f(*args, **kwargs) 很多这样的warning