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

Method load

src/models/silero_vad/session.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 inspection.metadata.variant = "16k";
113 inspection.metadata.description = "Silero VAD loaded from safetensors weights.";
114 inspection.metadata.weight_candidates = {"silero_vad_16k.safetensors"};
115 inspection.capabilities.supported_tasks = {
116 {runtime::VoiceTaskKind::Vad, {runtime::RunMode::Offline, runtime::RunMode::Streaming}},
117 };
118 inspection.capabilities.supports_timestamps = true;
119 inspection.discovered_weights = discover_weight_assets(request);

Callers

nothing calls this directly

Calls 1

load_silero_vad_modelFunction · 0.85

Tested by

no test coverage detected