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