Skip to content

Interface: SpeechEngine

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Speech / SpeechEngine

Interface: SpeechEngine

Defined in: src/types/speech.ts:63

Per-engine availability and capabilities (SpeechEngineDto on the wire).

Properties

available

available: boolean

Defined in: src/types/speech.ts:65

Whether requests to it will succeed right now.


engine

engine: string

Defined in: src/types/speech.ts:67

Wire name ("qwen3-tts", "chatterbox").


presetSpeakers

presetSpeakers: string[]

Defined in: src/types/speech.ts:69

Preset speaker names offered by the loaded checkpoint.


reason?

optional reason: string | null

Defined in: src/types/speech.ts:71

When unavailable, why — verbatim. Optional.


supportsCloning

supportsCloning: boolean

Defined in: src/types/speech.ts:73

Whether it can clone from a reference clip.