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

Function product

src/models/voxcpm2/session.cpp:117–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 key == "voxcpm2.dit_graph_context_mb" ||
116 key == "voxcpm2.audiovae_weight_context_mb" ||
117 key == "voxcpm2.audiovae_graph_context_mb" ||
118 key == "voxcpm2.audiovae_encoder_graph_context_mb" ||
119 key == "voxcpm2.audiovae_latent_capacity" ||
120 key == "voxcpm2.audiovae_encoder_sample_capacity" ||
121 key == "voxcpm2.weight_type" ||
122 key == "voxcpm2.audiovae_weight_type" ||
123 key == "voxcpm2.prompt_cache_slots" ||
124 key == "voxcpm2.mem_saver" ||
125 key == "voxcpm2.denoise" || key == "voxcpm2.load_denoiser") {
126 continue;
127 }
128 throw std::runtime_error("unknown VoxCPM2 session option: " + key);
129 }

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected