> Voice synthesis across ElevenLabs, OpenAI, and Edge TTS

# Text-to-Speech (TTS) & Media

Dewee supports multiple TTS engines (`internal/tts/`):

```bash
# List configured TTS providers
dewee tts list-providers

# Test voice synthesis
dewee tts test --provider openai --text "Hello world"
```
