diff --git a/examples/ggwave-to-file/ggwave-to-file.php b/examples/ggwave-to-file/ggwave-to-file.php index 275d62a..b109e03 100644 --- a/examples/ggwave-to-file/ggwave-to-file.php +++ b/examples/ggwave-to-file/ggwave-to-file.php @@ -14,7 +14,6 @@ $descriptorspec = array( ); $path_wav = tempnam("/tmp", "ggwave"); -$path_mp3 = $path_wav.".mp3"; $cmd .= " > $path_wav"; @@ -55,7 +54,6 @@ if (is_resource($process)) { } } -unlink($path_mp3); unlink($path_wav); ?>