Skip to content
1 min read · 39 words

Variable: E_NATIVE_TTS_TIMEOUT

ts
const E_NATIVE_TTS_TIMEOUT: CreatedException<[number]>;

Defined in: src/batteries/tts/native/exceptions.ts:65

Thrown when the binary invocation is aborted for exceeding @nhtio/adk/batteries/tts/native!NativeTtsAdapterOptions.timeoutMs. Non-fatal: a slow engine on a long text may simply need more time; the caller may raise timeoutMs and retry. Printf arg: [timeoutMs].