mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
RawWhisperProbe Class Referencefinal

Lightweight parser for legacy raw whisper.cpp model files. More...

#include <rawwhisperprobe.h>

Static Public Member Functions

static std::optional< ModelMetadatainspectFile (const QString &path, RuntimeError *error=nullptr)
 Reads header-level metadata from a legacy raw whisper.cpp model file.
 

Detailed Description

Lightweight parser for legacy raw whisper.cpp model files.

Definition at line 15 of file rawwhisperprobe.h.

Member Function Documentation

◆ inspectFile()

static std::optional< ModelMetadata > RawWhisperProbe::inspectFile ( const QString &  path,
RuntimeError error = nullptr 
)
static

Reads header-level metadata from a legacy raw whisper.cpp model file.

Parameters
pathRaw .bin model path.
errorOptional destination for parse failures.
Returns
Extracted product-owned model metadata on success.

The documentation for this class was generated from the following file: