-
Notifications
You must be signed in to change notification settings - Fork 33
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
Integrate Whisper CPP and write a wrapper module in Aprapipes #324
Conversation
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.
Please address the comments
…per source files to generic AudioToTextXForm
Apra-Labs/vcpkg#4 I have raised a PR for this in Apra-Labs vcpkg |
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.
2 small changes required: move the Constructor body to CPP
fix the alloc/free for the vector
Move constructor impl
…odel path changes.
# Conflicts: # base/vcpkg.json
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.
format using vscode ctrl + K, F command
IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).
Fixes #321
Description
Alternative(s) considered
Could have integrated other ASR modules like MMS by meta, Kaldi etc. But this is a pure c++ implementation of whisper.
TODO: Enable GPU version
Have you considered any alternatives? And if so, why have you chosen the approach in this PR?
Type
Type Choose one: Feature
Screenshots (if applicable)
20231222-1614-50.5028935.mp4
Checklist