Upgrading to version 14.3 of SoX

aaelghat

Member
Joined
Dec 4, 2007
Messages
40
Reaction score
0
I'd like to upgrade to version 14.3 of SoX (I'd like to make use of a new effect in 14.3 called "Voice Activity Detector" to clean-up voicemails.

My PIAF system currently has 14.01. What's the easiest way to upgrade? Thanks in advance.
 
For what it was worth, I did try running update-scripts, update-fixes, and yum update sox.

But, it said no packages marked for Update. I guess the update isn't in the repository (I don't know much about how yum works). Is there a way to update to version 14.3 of SoX?

Thanks.
 
1. Log into the cli as root
2. cd /usr/src
3. rm -rvf sox
4. wget http://downloads.sourceforge.net/project/sox/sox/14.3.0/sox-14.3.0.tar.gz?use_mirror=voxel
5. tar -xvzf sox-14.3.0.tar.gz
6. rm -vf sox-14.3.0.tar.gz
7. mv sox-* sox
8. cd sox
9. ./configure
10. make && make install

enjoy!


Tom :eek:

seriously welcome to linux in all its arcane glory. Remember any changes you do can make your system stop working! However this is a relatively benign program so it should work fine. I have not tested this on a running system as of yet so you are the guinea pig. These are the same steps that were done during your original install which was using sox 14.0.1 Once you report back I will change the pbx install to use this version. I am not sure I will be adding this to the update-fixes or update-source however.
 
Thanks for the instructions!

With step 3, I got a rm: cannot remove `sox': Is a directory

Which was fine, I removed it manually. With step 4 the message board screwed up the URL but I figured that out from the actual link (not what was displayed).

When i got to the end, I saw it had worked perfectly. Thank you very much!!!
 

Members online

Forum statistics

Threads
26,688
Messages
174,412
Members
20,257
Latest member
Dempan
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top