mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 03:11:10 +00:00
5 lines
237 B
TypeScript
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";
|