UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines (9 loc) 1.88 kB
import { F as TtsProviderSchema, M as TtsAutoSchema, N as TtsConfigSchema, P as TtsModeSchema } from "../zod-schema.core-D6k6NKKA.js"; import { _ as resolveTtsPrefsPath, a as getTtsMaxLength, c as isTtsEnabled, h as resolveTtsConfig, i as buildTtsSystemPromptHint, l as listTtsPersonas, m as resolveTtsAutoMode, o as getTtsPersona, s as isSummarizationEnabled } from "../tts-settings-Bc6WsiHo.js"; import { D as resolveTtsProviderOrder, T as isTtsProviderConfigured, _ as setTtsProvider, a as textToSpeechStream, c as getLastTtsAttempt, d as setLastTtsAttempt, f as setSummarizationEnabled, g as setTtsPersona, h as setTtsMaxLength, i as streamSpeech, l as listSpeechVoices, m as setTtsEnabled, n as testApi, p as setTtsAutoMode, r as textToSpeechTelephony, s as resolveExplicitTtsOverrides, t as getTtsProvider, v as synthesizeSpeech, w as getResolvedSpeechProviderConfig } from "../runtime-api-CN5dkmym.js"; import { n as textToSpeech, t as maybeApplyTtsToPayload } from "../tts-BFEZTfAP.js"; //#region src/plugin-sdk/tts-runtime.ts /** Compatibility no-op retained for callers that prewarm facade runtimes generically. */ function prewarmTtsRuntimeFacade() {} //#endregion export { TtsAutoSchema, TtsConfigSchema, TtsModeSchema, TtsProviderSchema, testApi as _test, testApi, buildTtsSystemPromptHint, getLastTtsAttempt, getResolvedSpeechProviderConfig, getTtsMaxLength, getTtsPersona, getTtsProvider, isSummarizationEnabled, isTtsEnabled, isTtsProviderConfigured, listSpeechVoices, listTtsPersonas, maybeApplyTtsToPayload, prewarmTtsRuntimeFacade, resolveExplicitTtsOverrides, resolveTtsAutoMode, resolveTtsConfig, resolveTtsPrefsPath, resolveTtsProviderOrder, setLastTtsAttempt, setSummarizationEnabled, setTtsAutoMode, setTtsEnabled, setTtsMaxLength, setTtsPersona, setTtsProvider, streamSpeech, synthesizeSpeech, textToSpeech, textToSpeechStream, textToSpeechTelephony };