Files
xtts-server/worker/voices/README.md

18 lines
448 B
Markdown

# Voice Registry
Place `.wav` files here to register them as permanent voices.
## Usage
If you place a file named `narrator.wav` in this directory:
1. Restart the worker (or mount this volume dynamically).
2. Send a request with `"voice": "narrator"`.
The system will use this file as the speaker reference for XTTS cloning.
## Formats
Supported formats: `.wav`, `.mp3`, `.ogg`, `.m4a`.
Recommended: Mono, 22050Hz or 24000Hz WAV (16-bit).