Back to Eliza

Edge TTS Plugin

packages/docs/plugin-registry/edge-tts.md

2.0.11.0 KB
Original Source

Free text-to-speech synthesis using Microsoft Edge TTS, with no API key required.

Package: @elizaos/plugin-edge-tts

Overview

The Edge TTS plugin provides text-to-speech capabilities for Eliza agents using Microsoft Edge's TTS engine. It supports a wide range of voices, adjustable speech rate, pitch, and volume. Since it leverages the Edge TTS service directly, no API key or paid subscription is needed.

Installation

bash
eliza plugins install edge-tts

Auto-Enable

The plugin auto-enables when EDGE_TTS_VOICE is set.

Configuration

VariableTypeRequiredDescription
EDGE_TTS_VOICEstringNoVoice name (e.g., en-US-AriaNeural)
EDGE_TTS_RATEstringNoSpeech rate adjustment
EDGE_TTS_PITCHstringNoPitch adjustment
EDGE_TTS_VOLUMEstringNoVolume adjustment