Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
std::shared_ptr<runtime::IVoiceModelLoader> make_omnivoice_loader() {
127
return std::make_shared<OmniVoiceLoader>();
128
}
129
130
} // namespace engine::models::omnivoice
Callers
1
load
Method · 0.85
Calls
1
load_omnivoice_assets
Function · 0.85
Tested by
no test coverage detected