Remove clip_audio from faster_whisper backend

Signed-off-by: makaveli10 <vineet.suryan@collabora.com>
This commit is contained in:
makaveli10
2025-04-15 08:00:05 +00:00
parent 5e430f8154
commit fb3deb2745
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ class ServeClientOpenVINO(ServeClientBase):
self.task = "transcribe" if task is None else task
self.same_output_threshold = 10
self.end_time_for_same_output = None
self.clip_audio = True
core = Core()
available_devices = core.available_devices