From: Roland Häder Date: Tue, 3 Jul 2018 23:58:09 +0000 (+0200) Subject: New-line added X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=3191b3ee467d8844ec574321291cfc6ddc34eb69 New-line added Signed-off-by: Roland Häder --- diff --git a/contrib/audio.php b/contrib/audio.php index d0f753a3..9d093276 100644 --- a/contrib/audio.php +++ b/contrib/audio.php @@ -55,7 +55,7 @@ function analyzeForNoiseOnly ($data) { } //$pcm = fopen('output1.pcm', 'rb') or die('Cannot read from audio'); -$pcm = fopen('/dev/dsp2', 'rb') or die('Cannot read from audio'); +$pcm = fopen('/dev/dsp2', 'rb') or die('Cannot read from audio' . PHP_EOL); $empty = str_repeat(chr(128), $GLOBALS['options']['buffer_size']);