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

support whisper v3 #84

Merged
merged 3 commits into from
Nov 9, 2023
Merged

support whisper v3 #84

merged 3 commits into from
Nov 9, 2023

Conversation

csukuangfj
Copy link
Owner

See also openai/whisper#1761

The difference is that whisper v3 uses 128-dim features, while it uses 80 previously for other kinds of models.

Usage

import kaldifeat

opts = kaldifeat.WhisperFbankOptions()
opts.num_mels = 128
opts.device = torch.device('cuda', 0)
fbank = kaldifeat.WhisperFbank(opts)
features = fbank(wave)

@csukuangfj csukuangfj merged commit 2624da8 into master Nov 9, 2023
5 of 31 checks passed
@csukuangfj csukuangfj deleted the support-whisper-large-v3 branch November 9, 2023 04:45
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