Warning: session_start(): open(/var/lib/php/sessions/sess_dpupl8i700gp542vil1oj304ae, 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 bool playMp3WithSoftVolume(File mp3, float volume) ctex {
if (!isJavaSoundOnly() && isLinux() && onPATH("play")) {
print("Playing MP3 (`play`)...");
backtick("play -v " + formatDouble(volume, 2) + " " + bashQuote(mp3));
true;
}
false;
}
static bool playMp3WithSoftVolume(S snippetID) {
ret playMp3WithSoftVolume(loadLibrary(snippetID));
}