|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Importer that converts legacy raw Whisper files into native packages. More...
#include <rawwhisperimporter.h>
Static Public Member Functions | |
| static std::optional< ValidatedModelPackage > | importFile (const QString &sourcePath, const RawWhisperImportRequest &request={}, RuntimeError *error=nullptr) |
Imports a raw whisper.cpp-compatible .bin file into a native package. | |
Importer that converts legacy raw Whisper files into native packages.
Definition at line 26 of file rawwhisperimporter.h.
|
static |
Imports a raw whisper.cpp-compatible .bin file into a native package.
| sourcePath | Source raw Whisper model path. |
| request | Output-path and package-id overrides for the import. |
| error | Optional destination for import failures. |