avfilter/af_whisper: Add translate parameter

This commit is contained in:
WyattBlue
2026-03-09 00:23:36 -04:00
committed by Gyan Doshi
parent 539fc854e7
commit 482395f830
2 changed files with 20 additions and 0 deletions

View File

@@ -7743,6 +7743,11 @@ The file path of the downloaded whisper.cpp model (mandatory).
The language to use for transcription ('auto' for auto-detect).
Default value: @code{"auto"}
@item translate
If enabled, translate the transcription from the source language to English. A
multilingual model is required to enable this option.
Default value: @code{"false"}
@item queue
The maximum size that will be queued into the filter before processing the audio
with whisper. Using a small value the audio stream will be processed more often,