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

Method load

src/models/voxcpm2/loader.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 }
100};
101
102} // namespace
103
104VoxCPM2LoadedModel::VoxCPM2LoadedModel(
105 runtime::ModelMetadata metadata, runtime::CapabilitySet capabilities,
106 std::shared_ptr<const VoxCPM2Assets> assets)
107 : metadata_(std::move(metadata)), capabilities_(std::move(capabilities)),

Callers

nothing calls this directly

Calls 2

load_voxcpm2_modelFunction · 0.85
resolve_model_rootFunction · 0.70

Tested by

no test coverage detected