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

Function options_from_object

app/server/config.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18std::unordered_map<std::string, std::string> options_from_object(const engine::io::json::Value * value) {
19 return minitts::cli::json_options_map(value);
20}
21
22ServerModelConfig::VoicePreset parse_voice_preset(
23 const std::filesystem::path & base,

Callers 1

load_server_configFunction · 0.70

Calls 1

json_options_mapFunction · 0.85

Tested by

no test coverage detected