Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:13 +08:00
commit f907ee42e6
9 changed files with 1019 additions and 0 deletions

28
commands/list-voices.md Normal file
View File

@@ -0,0 +1,28 @@
---
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.