It runs automatic speech recognition using the OpenAI's Whisper model.
It requires the whisper.cpp library (https://github.com/ggml-org/whisper.cpp) as a prerequisite. After installing the library it can be enabled using:
@code{./configure --enable-whisper}.