Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
williamconley wrote:So post your Method of Installation, Vicidial Version and Build, and any Other software installed.
williamconley wrote:williamconley wrote:and any Other software installed.
eliasferreyra wrote:VERSION: 2.0 BUILD: 70402-1157
installed from scratch
### find soxmix or sox to do the mixing
$soxmixbin = '';
if ( -e ('/usr/bin/soxmix')) {$soxmixbin = '/usr/bin/soxmix';}
else
{
if ( -e ('/usr/local/bin/soxmix')) {$soxmixbin = '/usr/local/bin/soxmix';}
else
{
if ($DB) {print "Can't find soxmix binary! Trying sox...\n";}
if ( -e ('/usr/bin/sox')) {$soxmixbin = '/usr/bin/sox -m';}
else
{
if ( -e ('/usr/local/bin/sox')) {$soxmixbin = '/usr/local/bin/sox -m';}
is there a problem with installing sox?eliasferreyra wrote:can i change the sox and use another converter inteast?
how can i do
Users browsing this forum: Google [Bot] and 431 guests