From 6dfd4eba56db5a8fb0a413eaed854e824bd1f12d Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Fri, 23 May 2025 11:54:05 +0200 Subject: [PATCH] removed vad --- app.py | 3 --- config.ini.example | 1 - 2 files changed, 4 deletions(-) diff --git a/app.py b/app.py index 18e9cd8..b15f619 100644 --- a/app.py +++ b/app.py @@ -462,9 +462,6 @@ def create_interface(): audio, language=lang if lang != "Auto-detect" else None, batch_size=16, # WhisperX uses batch_size instead of beam_size - vad=( - True if VAD_FILTER else False - ), # WhisperX uses vad instead of vad_filter ) # Get the full text with timestamps diff --git a/config.ini.example b/config.ini.example index 10e4048..bdf01f1 100644 --- a/config.ini.example +++ b/config.ini.example @@ -3,7 +3,6 @@ default_model = base device = cuda compute_type = float32 batch_size = 16 -vad = true [app] max_duration = 3600