static File cereproc(S voice, S text) { text = trim(text); if (empty(text)) null; print("[" + voice + "] " + text); File file = cereproc_silent(voice, text); if (file != null) playMp3(file); ret file; }