Warning: session_start(): open(/var/lib/php/sessions/sess_uhpgb1qreglaabkmpms8194b8t, 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 File voiceRSS_silent(S language, S text) {
text = voiceRSS_preprocess(text);
ret voiceRSS_silent_preprocessed(voice, text);
}
static File voiceRSS_silent_preprocessed(S voice, S text) {
File file = voiceRSS_file(voice, text);
if (!file.exists()) {
ifndef NoAWT
O anim = miniLoadingAnim("Speaking...");
endifndef
try {
S url = getSoundURLVoiceRSS(text, voice);
saveBinaryFile(file, loadBinaryPageSilently(url));
} finally {
ifndef NoAWT
disposeWindow(anim);
endifndef
}
}
ret file;
}