mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 10:50:58 +00:00
34 lines
744 B
TypeScript
34 lines
744 B
TypeScript
export {
|
|
buildTtsSystemPromptHint,
|
|
getLastTtsAttempt,
|
|
getResolvedSpeechProviderConfig,
|
|
getTtsMaxLength,
|
|
getTtsProvider,
|
|
isSummarizationEnabled,
|
|
isTtsEnabled,
|
|
isTtsProviderConfigured,
|
|
listSpeechVoices,
|
|
maybeApplyTtsToPayload,
|
|
resolveTtsAutoMode,
|
|
resolveTtsConfig,
|
|
resolveTtsPrefsPath,
|
|
resolveTtsProviderOrder,
|
|
setLastTtsAttempt,
|
|
setSummarizationEnabled,
|
|
setTtsAutoMode,
|
|
setTtsEnabled,
|
|
setTtsMaxLength,
|
|
setTtsProvider,
|
|
synthesizeSpeech,
|
|
textToSpeech,
|
|
textToSpeechTelephony,
|
|
_test,
|
|
type ResolvedTtsConfig,
|
|
type ResolvedTtsModelOverrides,
|
|
type TtsDirectiveOverrides,
|
|
type TtsDirectiveParseResult,
|
|
type TtsResult,
|
|
type TtsSynthesisResult,
|
|
type TtsTelephonyResult,
|
|
} from "./src/tts.js";
|