Skip to content
1 min read · 38 words

Variable: E_NATIVE_TTS_UNSUPPORTED_PLATFORM

ts
const E_NATIVE_TTS_UNSUPPORTED_PLATFORM: CreatedException<[string]>;

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

Thrown when the resolved platform is not one of @nhtio/adk/batteries/tts/native!NativeTtsPlatform (darwin/linux/win32). Fatal: there is no engine binary to shell out to on any other platform, so synthesis cannot proceed. Printf arg: [platform].