| 16 | } |
| 17 | |
| 18 | std::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 | |
| 22 | ServerModelConfig::VoicePreset parse_voice_preset( |
| 23 | const std::filesystem::path & base, |
no test coverage detected