0

Sox installation on centos

i need support to install sox on my centos machine for converting audio files. till i got no proper solution please help me.

CentOS Linux SoX (Sound eXchange) Add a comment
caleb
asked Oct 24 2017

Answer

0

Create /usr/local/src/SoX directory, download, extract sox from sources:

#mkdir /usr/local/src/SoX
#cd /usr/local/src/SoX/
#wget http://softlayer-dal.dl.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2.tar.gz
#tar xvfz sox-14.4.2.tar.gz
#cd sox-14.4.2
#./configure

After running ./configure you should see in output:

OPTIONAL FILE FORMATS
amrnb.....................no
amrwb.....................no
flac......................yes
gsm.......................yes (in-tree)
lpc10.....................yes (in-tree)"

Add a comment
linuxhelp
asked Jan 14 2019
Post your Answer