|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Compatibility helpers that run one-shot recordings through the streaming runtime path. More...
#include "audio/recording.h"#include "transcription/transcriptionengine.h"#include "transcription/transcriptiontypes.h"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. | |
Compatibility helpers that run one-shot recordings through the streaming runtime path.
Definition in file transcriptioncompat.h.
| TranscriptionResult transcribeRecordingViaStreaming | ( | TranscriptionSession & | session, |
| const Recording & | recording, | ||
| const RecordingNormalizer & | normalizer | ||
| ) |
Transcribes a captured recording through the chunked session contract.
| session | Live mutable streaming session. |
| recording | Captured audio payload to normalize and stream. |
| normalizer | Format conversion helper. |