-
Notifications
You must be signed in to change notification settings - Fork 664
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
🚀 Feature Request: Add Kaldi Pitch Feature #686
Comments
@sw005320 For the reference, could you give me the pointer to ESPNet1's implementation of pitch? |
We simply call Kaldi pitch extraction. We don't have our own pitch extraction. |
I see, thanks! |
Some thoughts on spec: Interface
Implementation
Test
|
@sw005320 I am looking at Kaldi implementation and wondering if we can limit the number of parameters to expose. https://kaldi-asr.org/doc/pitch-functions_8h_source.html#l00042 |
Sorry for my late response... Also, I did not try the online pitch feature and I could not mention this part... |
Static quantization tutorial
Kaldi pitch feature was added in #1243, and will be released as a beta feature in upcoming 0.8.0. We welcome feedback on the feature. |
This script uses some bash-specific features such as - function keyword - == operator - FUNCNAME
🚀 Feature
Add feature that is equivalent to Kaldi's
compute-kaldi-pitch-feats
.Motivation
From #679 (comment)
The text was updated successfully, but these errors were encountered: