static bool cereproc_isCached(S voice, S text) { text = cereproc_preprocess(text); if (empty(text)) true; ret cereproc_file(voice, text).exists(); }