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