Files
openclaw/src/plugin-sdk/speech-runtime.ts
2026-03-16 22:58:55 -07:00

4 lines
161 B
TypeScript

// Public runtime-facing speech helpers for feature/channel plugins.
export { listSpeechVoices, textToSpeech, textToSpeechTelephony } from "../tts/runtime.js";