Files
gh-dnvriend-elevenlabs-tts-…/commands/list-voices.md
2025-11-29 18:23:13 +08:00

29 lines
458 B
Markdown

---
description: List available ElevenLabs voices
---
List all available ElevenLabs voices with characteristics.
## Usage
```bash
elevenlabs-tts-tool list-voices
```
## Examples
```bash
# List all voices
elevenlabs-tts-tool list-voices
# Filter by gender
elevenlabs-tts-tool list-voices | grep female
# Filter by accent
elevenlabs-tts-tool list-voices | grep British
```
## Output
Table format with voice name, gender, age, accent, and description.