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

Function route_matches_task

src/models/vevo2/session.cpp:111–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 return route == Vevo2RouteKind::StylePreservedSingingConversion ||
110 route == Vevo2RouteKind::StyleConvertedSingingConversion ||
111 route == Vevo2RouteKind::SingingStyleConversion ||
112 route == Vevo2RouteKind::MelodyControl;
113 default:
114 return false;
115 }
116}
117
118bool route_defaults_to_prosody(const Vevo2RouteKind route) {
119 return route == Vevo2RouteKind::StyleConvertedVoiceConversion ||
120 route == Vevo2RouteKind::StyleConvertedSingingConversion ||
121 route == Vevo2RouteKind::Editing ||
122 route == Vevo2RouteKind::SingingStyleConversion ||
123 route == Vevo2RouteKind::MelodyControl;
124}
125
126bool route_defaults_to_pitch_shift(const Vevo2RouteKind route) {
127 return route == Vevo2RouteKind::StylePreservedVoiceConversion ||
128 route == Vevo2RouteKind::StylePreservedSingingConversion ||
129 route == Vevo2RouteKind::StyleConvertedSingingConversion ||
130 route == Vevo2RouteKind::SingingStyleConversion ||
131 route == Vevo2RouteKind::MelodyControl;
132}
133

Callers 1

make_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected