mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
transcriptioncompat.h
Go to the documentation of this file.
1#pragma once
2
3#include "audio/recording.h"
6
8
22 const Recording &recording,
23 const RecordingNormalizer &normalizer);
Converts captured recordings into mono 16 kHz float samples.
Mutable per-session transcription interface.
Shared recorded-audio payload passed between capture and transcription.
Immutable-style value object holding one captured audio segment.
Definition recording.h:14
Result of a single transcription attempt.
TranscriptionResult transcribeRecordingViaStreaming(TranscriptionSession &session, const Recording &recording, const RecordingNormalizer &normalizer)
Transcribes a captured recording through the chunked session contract.
Stable engine/session boundary for embedded transcription backends.
Shared value types exchanged by the transcription pipeline.