mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-06 02:28:13 +00:00
Used to overwrite the audio context size of the Encoder. For example, setting "audio_ctx = 512" will make it run about 3 times faster, processing about 10s of audio, instead of 30s. The transcription quality drops, but this can be used for real-time streaming purposes where performance is important.