OK, that seems to be as expected. Can you edit /usr/bin/smogrify, and look
for the section

sub convert_audio_to_wav {


in there, add:

*        print("sox version is $sox_version\n");*


        $smcom="sox $nodither -t .raw -r $arate $asigned -$sasamps -c
$achans \"$audio_in\" -t .wav -r $nrate -c $nchans $nsigned -$nnasamps
\"$curtmpdir/audiodump.wav\" >$nulfile 2>&1";



then run it and send me the output from that line.



Regards,
Gabriel.





http://lives-video.com
https://www.openhub.net/accounts/salsaman

On Wed, Nov 4, 2015 at 11:01 PM, Kyle <k...@gmx.ca> wrote:

> sox -h 2>&1 | grep -i sox:
>
> sox:      SoX v14.4.2
>
> sox --version
>
> sox:      SoX v14.4.2
>
> Thanks.
>
> Sent from my piggy bank
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lives-users mailing list
> Lives-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lives-users
>
------------------------------------------------------------------------------
_______________________________________________
Lives-users mailing list
Lives-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to