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