|
mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
|
Runtime-selection policy for product-owned and legacy transcription engines. More...
Go to the source code of this file.
Classes | |
| struct | RuntimeSelection |
| Result of selecting a runtime for a configured model path. More... | |
Enumerations | |
| enum class | RuntimeSelectionKind : std::uint8_t { CpuReference , LegacyWhisper } |
| Stable runtime families selectable by the app-owned factory. More... | |
Functions | |
| RuntimeSelection | selectRuntimeForConfig (const TranscriberConfig &config) |
| Chooses the runtime implementation for a transcription config. | |
Runtime-selection policy for product-owned and legacy transcription engines.
Definition in file runtimeselector.h.
|
strong |
Stable runtime families selectable by the app-owned factory.
Definition at line 17 of file runtimeselector.h.
| RuntimeSelection selectRuntimeForConfig | ( | const TranscriberConfig & | config | ) |
Chooses the runtime implementation for a transcription config.
| config | Runtime configuration containing the model path. |