test: register the CosyVoice sidecar with the stdout guard and STRUCTURE.md

This commit is contained in:
Palash Debnath
2026-09-10 09:22:24 -07:00
parent 0b7117b833
commit be722ff608
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ VoiceStudio/
│ ├── engines/ per-engine adapters: indextts, supertonic3, confucius4,
│ │ dots_tts, moss_tts_v15, pockettts, audiocpp,
│ │ omnivoice_gguf, omnivoice_subprocess, _asr_sidecar, _echo,
│ │ voxcpm2_subprocess, moss_tts_nano_subprocess
│ │ voxcpm2_subprocess, moss_tts_nano_subprocess, cosyvoice_subprocess
│ ├── worker/ remote / distributed workers — scheduler, pool, routing,
│ │ breaker, capacity, plus protocol/ and inbound/
│ ├── mcp_shim/ MCP server entry point (docs/mcp.md)
@@ -48,6 +48,7 @@ EXPECTED_SIDECARS = {
ENGINES / "pockettts" / "main.py",
ENGINES / "voxcpm2_subprocess" / "main.py",
ENGINES / "moss_tts_nano_subprocess" / "main.py",
ENGINES / "cosyvoice_subprocess" / "main.py",
ENGINES / "supertonic3" / "sidecar.py",
}