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

Method load

src/models/qwen3_forced_aligner/loader.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 std::unique_ptr<runtime::ILoadedVoiceModel> load(const runtime::ModelLoadRequest & request) const override {
83 return load_qwen3_forced_aligner_model(request.model_path);
84 }
85};
86
87} // namespace
88

Callers

nothing calls this directly

Calls 2

resolve_model_rootFunction · 0.70

Tested by

no test coverage detected