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

Function require_assets

src/models/vevo2/session.cpp:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44ParsedVevo2Route parse_route(const std::string & value) {
45 if (value == "zero_shot_tts") {
46 return {Vevo2InferencePath::TextProsodyToTargetVoice, Vevo2RouteKind::ZeroShotTts};
47 }
48 if (value == "text_to_singing") {
49 return {Vevo2InferencePath::TextProsodyToTargetVoice, Vevo2RouteKind::TextToSinging};
50 }
51 if (value == "svs") {
52 return {Vevo2InferencePath::TextProsodyToTargetVoice, Vevo2RouteKind::Svs};
53 }
54 if (value == "style_preserved_vc") {

Callers 1

Vevo2SessionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected