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

Function route_defaults_to_prosody

src/models/vevo2/session.cpp:132–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 route == Vevo2RouteKind::SingingStyleConversion ||
131 route == Vevo2RouteKind::MelodyControl;
132}
133
134bool route_uses_source_audio_as_reference(const Vevo2RouteKind route) {
135 return route == Vevo2RouteKind::Editing ||
136 route == Vevo2RouteKind::StyleConvertedVoiceConversion ||
137 route == Vevo2RouteKind::StyleConvertedSingingConversion ||
138 route == Vevo2RouteKind::SingingStyleConversion;
139}
140
141void reject_unknown_options(const runtime::SessionOptions & options) {

Callers 1

make_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected