| 149 | << " --vad-chunk-merge-gap-seconds <float> Merge nearby VAD spans, default 0.5\n" |
| 150 | << " --vad-chunk-padding-seconds <float> Pad each VAD span before chunking, default 0.25\n" |
| 151 | << " --turns-out <json>\n" |
| 152 | << " --words-out <json>\n" |
| 153 | << " --voice-state-out <safetensors> Export PocketTTS voice state from --voice-ref\n" |
| 154 | << " Streaming:\n" |
| 155 | << " --mode streaming uses the selected model's default streaming policy\n" |
| 156 | << " Utility:\n" |
| 157 | << " --inspect\n" |
| 158 | << " --list-loaders [--json]\n" |
| 159 | << "\n" |
| 160 | << " Tasks:\n" |
| 161 | << " vad voice activity detection\n" |
| 162 | << " asr automatic speech recognition\n" |
| 163 | << " diar speaker diarization\n" |
| 164 | << " sep source separation\n" |
| 165 | << " gen text/audio conditioned music or sound generation\n" |
| 166 | << " tts text to speech\n" |
| 167 | << " clon voice cloning\n" |
| 168 | << " vc voice conversion\n" |
| 169 | << " s2s speech to speech\n" |
no test coverage detected