openclaw/src/tts/runtime.ts

5 lines
237 B
TypeScript

// Shared runtime-facing speech helpers. Keep channel/feature plugins on this
// boundary instead of importing the full TTS orchestrator module directly.
export { listSpeechVoices, textToSpeech, textToSpeechTelephony } from "./tts.js";