-
Notifications
You must be signed in to change notification settings - Fork 683
Enable long audio for WhisperAudioProcessor #13736
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
Enable long audio for WhisperAudioProcessor #13736
Conversation
Summary: Enabled WhisperAudioProcessor for audio which is longer than one chunk (i.e. > 30 sec) Reviewed By: jackzhxng Differential Revision: D81093558
This pull request was exported from Phabricator. Differential Revision: D81093558 |
This PR needs a
|
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.
If you unsqueeze(0) then batch size will always be 1?
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.
Will handle the batching by chunk outside of this module
Summary: Enabled WhisperAudioProcessor for audio which is longer than one chunk (i.e. > 30 sec)
Reviewed By: jackzhxng
Differential Revision: D81093558