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

Function has_vevo2_assets

src/models/vevo2/loader.cpp:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace engine::models::vevo2 {
13namespace {
14
15runtime::ModelMetadata metadata(const Vevo2Assets &) {
16 runtime::ModelMetadata out;
17 out.family = "vevo2";
18 out.variant = "RMSnow/Vevo2";
19 out.description = "Vevo2 singing voice conversion draft loaded from local extracted assets.";
20 return out;
21}
22
23runtime::CapabilitySet capabilities(const Vevo2Assets &) {
24 runtime::CapabilitySet out;

Callers 1

can_loadMethod · 0.85

Calls 1

is_existing_fileFunction · 0.85

Tested by

no test coverage detected