Warning: session_start(): open(/var/lib/php/sessions/sess_903g713n273d2gd8b30mh6js4m, 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 = text;
mechAppendQueue().add(r {
appendToMechList_noUniq("Voice Log",
"[" + localDateWithMilliseconds() + ", " + voice + "] " + newLinesToSpaces(_text)) });
playMp3(file);
logStructureWithDate(cereprocLog(), litorderedmap(action := "End talking", +voice, +text));
}
ret file;
}