This commit is contained in:
Andras Schmelczer 2026-07-15 22:00:36 +01:00
parent bce34b73de
commit b47c9ba1ec
13 changed files with 60 additions and 38 deletions

View file

@ -296,7 +296,9 @@ export interface VideoConfig {
* chosen here as a voice file instead. */
export interface VoiceConfig {
/** Predefined voice filename on the Chatterbox server, INCLUDING `.wav`
* (e.g. "Southern-M.wav"). `GET /v1/audio/voices` lists the valid names. */
* (e.g. "Southern-M.wav"). `GET /get_predefined_voices` lists the valid
* names; `GET /v1/audio/voices` looks like it does but answers from a
* boot-time snapshot that omits recently uploaded voices. */
voice: string;
/** ISO code, e.g. "en", "de", "zh". Anything other than "en" makes synth.py
* swap the server onto the multilingual checkpoint. */