Skip to content
New issue

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

how to extract pitch speech features in Kaldi use python #3

Open
luweishuang opened this issue Apr 30, 2019 · 1 comment
Open

how to extract pitch speech features in Kaldi use python #3

luweishuang opened this issue Apr 30, 2019 · 1 comment

Comments

@luweishuang
Copy link

I found in task asr, pitch feature in kaldi is much more popular. It compute fbank feature and pitch feature and I want to extract this pitch feature in python, can you give some useful ways to do that?

@luweishuang
Copy link
Author

luweishuang commented Apr 30, 2019

another, I follow steps in "https://zhuanlan.zhihu.com/p/55371926" and use a same wav as input , but to find the fbank_feat = logfbank(sig, nfilt=80, lowfreq=20, dither=0, wintype='povey') doesn't same as the kaldi's scipt "compute-kaldi-pitch-feats" running result. Is any wrong in parameters?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant