mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
transcriptioncompat.h File Reference

Compatibility helpers that run one-shot recordings through the streaming runtime path. More...

Go to the source code of this file.

Functions

TranscriptionResult transcribeRecordingViaStreaming (TranscriptionSession &session, const Recording &recording, const RecordingNormalizer &normalizer)
 Transcribes a captured recording through the chunked session contract.
 

Detailed Description

Compatibility helpers that run one-shot recordings through the streaming runtime path.

Definition in file transcriptioncompat.h.

Function Documentation

◆ transcribeRecordingViaStreaming()

TranscriptionResult transcribeRecordingViaStreaming ( TranscriptionSession session,
const Recording recording,
const RecordingNormalizer normalizer 
)

Transcribes a captured recording through the chunked session contract.

Parameters
sessionLive mutable streaming session.
recordingCaptured audio payload to normalize and stream.
normalizerFormat conversion helper.
Returns
One-shot transcription result assembled from final transcript events.