-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add whisper feature extractor #1159
Conversation
@pzelasko Hi Piotr, I add a whisper feature extractor to better support whisper fine-tuning with lhotse. Would you mind checking it please? Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good! Can you add a unit test to cover this extractor? You can look either at test/features/*.py
or test/cut/test_feature_extraction.py
for starting points.
Done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add whisper feature extractor * hard coding config * add test for whisper feature extractor
No description provided.