tts-dgx-spark-faster-qwen3-tts/config
mARTin-B78 4ef2f893a7 fix: preserve user-added voice fields across container restarts
generate_voices.py previously overwrote voices.json completely on every
start, discarding any manually added temperature/top_k/top_p fields.
Now loads existing voices.json first and merges user-added fields into
freshly generated entries, so per-voice sampling params survive restarts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 20:07:02 +02:00
..
speakers docs: replace test beep with real William and Natasha voice samples 2026-05-26 12:55:06 +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
generate_voices.py fix: preserve user-added voice fields across container restarts 2026-05-30 20:07:02 +02:00
run_customvoice_server.py refactor: load models asynchronously and add CUDA warmup for VoiceDesign and CustomVoice servers 2026-05-26 23:07:51 +02:00
run_server.py fix: prevent voice drift and gender changes on long paragraphs (VoiceClone) 2026-05-30 12:07:43 +02:00
run_voicedesign_server.py refactor: load models asynchronously and add CUDA warmup for VoiceDesign and CustomVoice servers 2026-05-26 23:07:51 +02:00
voicedesign_voices.json Add multi-source voice pipeline with VoiceDesign support 2026-05-26 12:19:33 +02:00