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

Function throw_unsupported_model

src/framework/audio/utility_api.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72[[noreturn]] void throw_unsupported_model(std::string_view task, std::string_view model, std::string_view valid_models) {
73 throw std::runtime_error(
74 "unsupported audio utility model for " + std::string(task) + ": " + std::string(model) +
75 " (valid: " + std::string(valid_models) + ")");
76}
77
78} // namespace
79

Callers 4

denoise_fileFunction · 0.85
denoise_directoryFunction · 0.85
super_resolve_fileFunction · 0.85
super_resolve_directoryFunction · 0.85

Calls 1

stringFunction · 0.50

Tested by

no test coverage detected