| 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 | |
| 177 | void print_option_group(const char * title, const std::vector<engine::runtime::CliOptionInfo> & options) { |
| 178 | if (options.empty()) { |
no test coverage detected