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

Update feature_extractor.py #1113

Closed
wants to merge 1 commit into from

Conversation

BBC-Esq
Copy link
Contributor

@BBC-Esq BBC-Esq commented Nov 3, 2024

Mel Filter Banks:

Original: Dynamically computes Mel filter banks on-the-fly using the get_mel_filters method.
Modified: Loads precomputed Mel filter banks from a mel_filters.npz file using the load_mel_filters method.

I'm unfamiliar with how faster-whisper is packaged, so someone smarter than I would just need to make sure that mel_filters.npz is findable. Thanks!

@BBC-Esq BBC-Esq closed this Nov 3, 2024
@BBC-Esq BBC-Esq deleted the feature_extractor.py branch November 3, 2024 21:31
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

Successfully merging this pull request may close these issues.

1 participant