pub fn load_from(path: &Path) -> RecorderSettingsExpand description
Parse settings from the JSON at path, falling back to
RecorderSettings::default on any failure (missing / unreadable
/ malformed) — a corrupt file degrades to defaults, never blocks.