Skip to content

Enable VAD Filtering by default when using faster whisper #278

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

aidancrowther
Copy link
Contributor

VAD Filtering is described in the code as being enabled by default when using faster_whisper engine. This is not actually the case as it would always default to false. I have added logic to have VAD filtering act as described within the webservice. This closes #274

Copy link
Collaborator

@ayancey ayancey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

Question, can vad_filter be specified as environment variable in docker compose?
2 participants