Fix XTTS loader compatibility and add default voice
This commit is contained in:
17
worker/voices/README.md
Normal file
17
worker/voices/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# 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).
|
||||
BIN
worker/voices/default.wav
Normal file
BIN
worker/voices/default.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user