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