sS vosk_postprocess(S voskOutput) { new LS out; for (S s : tlft(voskOutput)) pcall { if (startsWith(s, "{")) { S text = cast jsonDecodeMap(s).get('text); if (nempty(text)) out.add(text); } } ret lines_rtrim(out); }