http://sox.sourceforge.net/
Technical Information
Support and DevelopmentSorceForge.net Most of the SoX project's resources are provided by Soureforge. There is a SoX project web site that can be of use when working with CVS and its mailing list. There is a low volume mailing list set up that you can subscribe to or read online located at the SoX-users Mailing List web site. Development of SoX is done using CVS. It is possible to view the files checked in to CVS using a CVS web interface as well as find additional information on SourceForge's CVS webpage. If you have CVS installed on your system then you may obtain a snapshot of the latest source by performing the following commands. The commands will log you in and check out a copy of the sox module and place it in the subdirectory it was run from. cvs -d :pserver:anonym...@sox.cvs.sourceforge.net:/cvsroot/sox login cvs -z3 -d :pserver:anonym...@sox.cvs.sourceforge.net:/cvsroot/sox co -P sox The anonymous CVS account does not need a password. When prompted for a password by the cvs command, enter nothing and hit Enter. To merge in future updates you may run the following command (from inside the sox directory that was created from your checkout): cvs update -P If you make any changes to SoX that you would like to be included in future releases then you may use the following command to make an easy to read diff. cvs diff -uw |