openclaw/src/plugin-sdk/speech-runtime.ts

4 lines
161 B
TypeScript

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