Warning: session_start(): open(/var/lib/php/sessions/sess_l7vcq472ftcvvgiqhuu4jjprh8, 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
svoid trainVAD() { BWImage img1 = frequencyImage(voiceMegaMix()); BWImage img2 = frequencyImage(nonVoiceMegaMix()); int clipLength = iround(2.0*spectro_pixelsPerSecond()); int stepSize = clipLength/4; print(+clipLength); for (IntRange r : stepIntRange(clipLength, intRange(0, img1.getWidth()), stepSize)) print(r); }