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

Function model_supports_task

app/cli/main.cpp:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 << " tts text to speech\n"
167 << " clon voice cloning\n"
168 << " vc voice conversion\n"
169 << " s2s speech to speech\n"
170 << " align forced alignment\n"
171 << " vdes voice design\n"
172 << " spk speaker embedding/recognition\n"
173 << " svc singing voice conversion\n"
174 << " midi audio-to-symbolic MIDI/event transcription\n";
175}
176
177void print_option_group(const char * title, const std::vector<engine::runtime::CliOptionInfo> & options) {
178 if (options.empty()) {

Callers 1

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected