MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / print_option_group

Function print_option_group

app/cli/main.cpp:151–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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"

Callers 1

print_model_helpFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected