libavfilter: Whisper audio filter

It adds a new audio filter for running audio transcriptions with the whisper model.
Documentation and examples are included into the patch.
This commit is contained in:
Vittorio Palmisano
2025-07-17 10:47:09 +02:00
committed by Michael Niedermayer
parent 2eaf044e2f
commit 13ce36fef9
6 changed files with 579 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ extern const FFFilter ff_af_vibrato;
extern const FFFilter ff_af_virtualbass;
extern const FFFilter ff_af_volume;
extern const FFFilter ff_af_volumedetect;
extern const FFFilter ff_af_whisper;
extern const FFFilter ff_asrc_aevalsrc;
extern const FFFilter ff_asrc_afdelaysrc;