static File cereproc_file(S voice, S text) { text = cereproc_preprocess(text); print("[" + voice + "] " + text); ret prepareCacheProgramFile("#1004759", voice + "/" + urlencode(text) + ".mp3"); }