tts-dgx-spark-faster-qwen3-tts/config
mARTin-B78 6198f15f64 v6.8: Untrack generated VoiceDesign registry, add presets seed
config/voicedesign_voices.json is generated on every container start from the
voice library's designed voices, so it carries the user's own character design
prompts and made the working tree permanently dirty. It is now gitignored.

The 8 bundled vd_* presets were only ever stored in that file, so untracking it
alone would leave a fresh clone with no built-in voices at all. They now live in
config/voicedesign_voices.presets.json, which is tracked:

- generate_voices.py seeds the registry from the presets file when no vd_*
  entries survive in the generated one (i.e. on a fresh checkout).
- run_voicedesign_server.py starts from the presets file when the registry does
  not exist yet, instead of crashing on the missing path. Hot-reload picks up
  the real registry as soon as the voice-clone container writes it.

Also documents the v6.8 engine fixes from 9836261 in the README changelog, which
that commit did not touch.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 16:06:05 +02:00
..
auto_transcribe.py Add multi-source voice pipeline with VoiceDesign support 2026-05-26 12:19:33 +02:00
benchmark_api.py Reduce latency: CUDA warmup, chunk_size=4, max-seq-len 2048 2026-05-11 20:43:21 +02:00
customvoice_voices.json Add CustomVoice server, benchmark tool, and VoiceDesign API improvements 2026-05-26 12:19:33 +02:00
extract_embeddings.py feat: precompute and load speaker embeddings (.pt) from voices.json 2026-06-20 13:04:55 +02:00
find_best_seed.py feat: add /voice-seed API endpoint and update find_best_seed.py (v6.7.1) 2026-06-21 14:53:31 +02:00
generate_voices.py v6.8: Untrack generated VoiceDesign registry, add presets seed 2026-07-29 16:06:05 +02:00
run_customvoice_server.py v6.7: Native speed control and zip word-level timestamps 2026-06-26 11:11:13 +02:00
run_server.py Fix stale speaker embeddings and unregistered Voice Design voices 2026-07-29 15:51:54 +02:00
run_voicedesign_server.py v6.8: Untrack generated VoiceDesign registry, add presets seed 2026-07-29 16:06:05 +02:00
seed_samples_progress.log feat: add seed samples API endpoints 2026-06-22 11:39:01 +02:00
voicedesign_voices.presets.json v6.8: Untrack generated VoiceDesign registry, add presets seed 2026-07-29 16:06:05 +02:00