mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
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:
committed by
Michael Niedermayer
parent
2eaf044e2f
commit
13ce36fef9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user