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

29
commands/update-voices.md Normal file
View File

@@ -0,0 +1,29 @@
---
description: Update voice lookup table from API
---
Fetch latest voices from ElevenLabs API and update local lookup table.
## Usage
```bash
elevenlabs-tts-tool update-voices [--output PATH]
```
## Arguments
- `--output, -o PATH`: Output file path (default: ~/.config/elevenlabs-tts-tool/voices_lookup.json)
## Examples
```bash
# Update default voice lookup
elevenlabs-tts-tool update-voices
# Save to custom location
elevenlabs-tts-tool update-voices --output custom_voices.json
```
## Output
Updates voice lookup table with latest premade voices from API.