Warning: session_start(): open(/var/lib/php/sessions/sess_obop143fbn51pih64cdr44vils, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static int cereproc_maxChars = 1000; static File cereproc(fS voice, S text) { text = cereproc_preprocess(text); if (empty(text)) null; print("[" + voice + "] " + text); File file = cereproc_silent_preprocessed(voice, text); if (file != null) { logStructureWithDate(cereprocLog(), litorderedmap(action := "Begin talking", +voice, +text)); fS _text = tex mechAppendQ.add(r { appendToMechList_noUniq("Voice Log", "[" + localDateWithMilliseconds() + ", " + voice + "] " + newLinesToSpaces(text) }); playMp3(file); logStructureWithDate(cereprocLog(), litorderedmap(action := "End talking", +voice, +text)); } ret file; }