mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-20 06:20:55 +00:00
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
// Public runtime-facing speech helpers for feature/channel plugins.
|
|
|
|
export { listSpeechVoices, textToSpeech, textToSpeechTelephony } from "../tts/runtime.js";
|