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

Function route_defaults_to_pitch_shift

src/models/vevo2/session.cpp:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 route == Vevo2RouteKind::SingingStyleConversion;
139}
140
141void reject_unknown_options(const runtime::SessionOptions & options) {
142 for (const auto & [key, value] : options.options) {
143 (void) value;
144 if (key.rfind("vevo2.", 0) == 0 &&
145 key != "vevo2.ar_weight_context_mb" &&
146 key != "vevo2.ar_weight_type" &&
147 key != "vevo2.ar_prefill_graph_context_mb" &&
148 key != "vevo2.ar_decode_graph_context_mb" &&
149 key != "vevo2.conv_weight_type" &&

Callers 1

make_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected