AudioTranscribeWhisperSettings.onChunk property

Callback to receive raw whisper transcription chunks - timed sequences of fragments (words or partial words) which have been recognised during a single inference pass, without de-overlapping to remove duplicate or partial words in the overlap region between consecutive chunks, word merging, timestamp correction, etc.

Signature:

onChunk?: (chunk: WhisperRawChunk) => void;