pub(crate) fn normalize_ipc_request_payload(v: &Value) -> ValueExpand description
Tauri may pass { "request": { "cmd": ... } } from invoke(..., { request: payload }); unwrap so
stdin matches the audio-engine line protocol. If the top-level object already has cmd, it is
left unchanged (even when request is also present).