Files
openclaw/src/plugin-sdk/speech-core.ts
T
2026-03-26 21:49:20 +00:00

13 lines
375 B
TypeScript

// Shared speech-provider implementation helpers for bundled and third-party plugins.
export type { SpeechProviderPlugin } from "../plugins/types.js";
export type { SpeechVoiceOption } from "../tts/provider-types.js";
export {
normalizeApplyTextNormalization,
normalizeLanguageCode,
normalizeSeed,
parseTtsDirectives,
requireInRange,
} from "../tts/tts-core.js";