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

Function load_omnivoice_model

src/models/omnivoice/loader.cpp:126–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126std::shared_ptr<runtime::IVoiceModelLoader> make_omnivoice_loader() {
127 return std::make_shared<OmniVoiceLoader>();
128}
129
130} // namespace engine::models::omnivoice

Callers 1

loadMethod · 0.85

Calls 1

load_omnivoice_assetsFunction · 0.85

Tested by

no test coverage detected