We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fbank.get_frame(i) for i in range(fbank.num_frames_ready)]
现在的情况是通过for循环以及get_frame函数,得到全部的fbank特征。假如已经知道了fbank的维度(1000,80),那能否不使用循环直接得到呢?
The text was updated successfully, but these errors were encountered:
使用for循环取特征太慢了
Sorry, something went wrong.
是有多慢?
你自己可以扩展 c++ 代码
@quliulangle 感觉不慢,我这边测试,10秒的音频,for循环不到1ms。
No branches or pull requests
[fbank.get_frame(i) for i in range(fbank.num_frames_ready)]
现在的情况是通过for循环以及get_frame函数,得到全部的fbank特征。假如已经知道了fbank的维度(1000,80),那能否不使用循环直接得到呢?
The text was updated successfully, but these errors were encountered: