Execute console commands with PHP
you Need to execute sox from PHP.
$comand = "sox /path/301.wav -c 1-r 8000 /path/301-1.wav";
system($command , $error);
Does not work, the reason is not clear. Maybe not enough rights?
Who can help?
The pay is good feedback W
14.03.2016 13:59