mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
rawwhisperprobe.h
Go to the documentation of this file.
1#pragma once
2
4
5#include <optional>
6
15class RawWhisperProbe final
16{
17public:
24 [[nodiscard]] static std::optional<ModelMetadata> inspectFile(const QString &path, RuntimeError *error = nullptr);
25};
Lightweight parser for legacy raw whisper.cpp model files.
static std::optional< ModelMetadata > inspectFile(const QString &path, RuntimeError *error=nullptr)
Reads header-level metadata from a legacy raw whisper.cpp model file.
Structured runtime-layer failure with user-facing and diagnostic text.
Shared value types exchanged by the transcription pipeline.