UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

19 lines (18 loc) 655 B
import { t as definePluginEntry } from "../../plugin-entry-C7DUzV0e.js"; import { t as buildAzureSpeechProvider } from "../../speech-provider-BVuh_qOG.js"; //#region extensions/azure-speech/index.ts /** * Azure Speech plugin entry. It registers the Azure text-to-speech provider for * message voice output and voice-note generation. */ /** Plugin entry for Azure Speech TTS. */ var azure_speech_default = definePluginEntry({ id: "azure-speech", name: "Azure Speech", description: "Bundled Azure Speech provider", register(api) { api.registerSpeechProvider(buildAzureSpeechProvider()); } }); //#endregion export { azure_speech_default as default };