Menu

Tree [083635] sox-14.2.0 /
 History

HTTPS access


File Date Author Commit
 debian 2008-11-03 evilynux evilynux [074940] - play no longer crashes, closing bug with this...
 libgsm 2008-03-21 robs robs [abde51] fix (I hope) [1913986] Error during make of sta...
 lpc10 2008-08-06 robs robs [a3dd8e] Apply [ 2038855 ] external lpc10 lib patch
 m4 2008-11-08 cbagwell cbagwell [d65152] Porting fixes from ffmpeg.m4 to find libsndfile...
 scripts 2008-11-08 robs robs [aae1a1] replace old syntax
 src 2008-11-08 cbagwell cbagwell [02875b] Initializing optarg seems to help static librar...
 test 2007-11-04 robs robs [ca17c9] some fixes I've had lying around for literally ...
 .cvsignore 2008-10-23 cbagwell cbagwell [f20e48] Adding ltmain.sh.
 AUTHORS 2008-11-02 robs robs [30d829] new dither
 CMakeLists.txt 2008-10-01 robs robs [1d3a39] merge in magic branch
 COPYING 2007-02-21 robs robs [b6a2c3] st -> sox leftovers
 ChangeLog 2008-11-09 cbagwell cbagwell [083635] Fix release date.
 FEATURES.in 2008-11-08 robs robs [5d65f4] single feature list for README & SoX web page
 INSTALL 2008-11-04 cbagwell cbagwell [13cc1e] Add some required options that os2 always requi...
 LICENSE.GPL 2008-03-28 robs robs [9bc8b3] updates
 LICENSE.LGPL 2008-03-28 robs robs [9bc8b3] updates
 Makefile.am 2008-11-08 robs robs [5d65f4] single feature list for README & SoX web page
 NEWS 2006-12-06 rrt rrt [890744] Use automake. This arose out of trying to add L...
 README.sh 2008-11-08 cbagwell cbagwell [38f446] Move literal "-" to end of list so its not conf...
 configure.ac 2008-11-07 cbagwell cbagwell [bfb295] Cleaning up symlink code so that play/rec can b...
 libsox.3 2008-10-18 cbagwell cbagwell [7710c2] Merge libsfx back into libsox until such time a...
 sox.1 2008-11-08 robs robs [cf1349] make rate linear phase by default
 sox.pc.in 2008-10-18 cbagwell cbagwell [7710c2] Merge libsfx back into libsox until such time a...
 soxformat.7 2008-10-26 robs robs [dc35ef] Improved handling of speed changes in the effec...
 soxi.1 2008-10-26 robs robs [ded086] duration how includes hours
 update_debian_version.pl 2008-03-15 evilynux evilynux [ec4cfa] Fixed changelog-header-regexp.

Read Me

#!/bin/sh

cat > README << .
			      SoX: Sound eXchange
			      ===================

SoX (Sound eXchange) is the Swiss Army knife of sound processing tools: it
can convert sound files between many different file formats & audio devices,
and can apply many sound effects & transformations, as well as doing basic
analysis and providing input to more capable analysis and plotting tools.

SoX is licensed under the GNU GPL and GNU LGPL.  To be precise, the 'sox'
and 'soxi' programs are distributed under the GPL, while the library
'libsox' (in which most of SoX's functionality resides) is dual-licensed.
Note that some optional components of libsox are GPL only: if you use these,
you must use libsox under the GPL.

If this distribution is of source code (as opposed to pre-built binaries),
then you will need to compile and install SoX as described in the 'INSTALL'
file.

Changes between this release and previous releases of SoX can be found in
the 'ChangeLog' file; a summary of the file formats and effects supported in
this release can be found below.  Detailed documentation for using SoX can
be found in the distributed 'man' pages:

  o  sox(1)
  o  soxi(1)
  o  soxformat(7)
  o  libsox(3)

or in plain text or PDF files for those systems without man.

The majority of SoX features and fixes are contributed by SoX users - thank
you very much for making SoX a success!  There are several new features
wanted for SoX, listed on the feature request tracker at the SoX project
home-page:

		    http://sourceforge.net/projects/sox

users are encouraged to implement them!

Please submit bug reports, new feature requests, and patches to the relevant
tracker at the above address, or by email:

		   mailto:sox-devel@lists.sourceforge.net

Also accessible via the project home-page is the SoX users' discussion
mailing list which you can join to discuss all matters SoX with other SoX
users; the mail address for this list is:

		   mailto:sox-users@lists.sourceforge.net

.
cat FEATURES.in \
	| sed "s/!!/			/" \
	| sed "s/^\*\*/    o /" \
	| sed "s/^\*/  o /" \
	| sed "s/(:[a-zA-Z0-9_= -]*:)//g" \
       	>> README

echo version=pmwiki-2.2.0-beta65 ordered=1 urlencoded=1 > Docs.Features
echo -n text= >> Docs.Features
cat FEATURES.in|sed "s/%/%25/g"|sed "s/$/%0a/"|tr -d '\n' >> Docs.Features
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.