Tree [7e74b2] master /
 History



File Date Author Commit
 debian 2015-02-27 Pascal Giard Pascal Giard [e9189b] Merge most Debian changes into master.
 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 2014-12-17 Chris Bagwell Chris Bagwell [d00500] Update stack-protect logic to work for cygwin
 msvc10 2011-01-24 idigdoug idigdoug [9102c9] Add support for building SoX via Microsoft Visu...
 msvc9 2009-12-16 idigdoug idigdoug [f7b583] Split source files into separate folders to mak...
 scripts 2009-08-03 robs robs [d72c48] new script
 src 2015-02-27 Chris Bagwell Chris Bagwell [19bdf7] chmod'ing unneeded executable bit.
 test 2008-12-30 robs robs [6ada39] no need for ding; sox can do it
 .gitignore 2011-03-03 Chris Bagwell Chris Bagwell [b2986b] Convert .cvsignore to .gitignore
 AUTHORS 2009-01-11 robs robs [f7e36c] doc updates; mostly tidying
 CMakeLists.txt 2014-10-30 Chris Bagwell Chris Bagwell [256b7e] Switch to gcc's -fstack-protector
 COPYING 2007-02-21 robs robs [b6a2c3] st -> sox leftovers
 ChangeLog 2015-02-22 Chris Bagwell Chris Bagwell [45b161] sox-14.4.2 release
 Doxyfile 2011-12-27 Doug Cook Doug Cook [49be06] Add Doxygen (JavaDoc-like) comments to sox.h.
 FEATURES.in 2009-08-30 robs robs [4571d2] add gsrt format
 INSTALL 2009-12-06 idigdoug idigdoug [f628fc] Update documentation regarding VC9 build.
 LICENSE.GPL 2008-03-28 robs robs [9bc8b3] updates
 LICENSE.LGPL 2008-03-28 robs robs [9bc8b3] updates
 Makefile.am 2009-12-09 cbagwell cbagwell [5847d3] automate building mingw version of sox under un...
 NEWS 2015-02-22 Chris Bagwell Chris Bagwell [d41836] Fixes for issues found during 14.4.2 release.
 README.osx 2009-05-28 cbagwell cbagwell [db0575] Automate building osx package like we do with c...
 README.sh 2008-12-07 robs robs [260be5] add licence info
 README.win32 2009-12-06 idigdoug idigdoug [f628fc] Update documentation regarding VC9 build.
 configure.ac 2015-02-22 Chris Bagwell Chris Bagwell [cfc3cc] Read for more development.
 cygbuild 2009-12-10 cbagwell cbagwell [4eab28] Add missing --enable-dl-amrnb option.
 libsox.3 2009-10-10 evilynux evilynux [e11ca5] Plenty of hyphen explicitely converted to minus...
 mingwbuild 2014-12-23 Chris Bagwell Chris Bagwell [5590cb] Distribute real sox.exe and not libtool wrapper.
 osxbuild 2014-12-17 Chris Bagwell Chris Bagwell [2862cc] osxbuild updates for OSX 10.9 and latest libraries
 release.sh 2015-02-22 Chris Bagwell Chris Bagwell [d41836] Fixes for issues found during 14.4.2 release.
 screenshot1 2008-11-09 robs robs [84f147] updates for web site
 sox.1 2014-12-17 Chris Bagwell Chris Bagwell [d00500] Update stack-protect logic to work for cygwin
 sox.pc.in 2008-10-18 cbagwell cbagwell [7710c2] Merge libsfx back into libsox until such time a...
 soxformat.7 2014-12-17 Chris Bagwell Chris Bagwell [d00500] Update stack-protect logic to work for cygwin
 soxi.1 2009-06-14 robs robs [010622] update dates for release

Read Me

SoX
---

This file contains information specific to the MacOS X version of SoX.
Please refer to the README file for general information.

The sox executable can be installed anywhere you desire.  It is a
self-contained statically linked executable.

If the sox executable is invoked with an executable name of soxi, play,
or rec it will perform the functions of those applications as defined
in included documents.  Symlinks are included with this package
but you can also make your own.

Acknowledgements
----------------

The sox exectables included in this package makes use of the following projects:

  SoX - http://sox.sourceforge.net

  FLAC - http://flac.sourceforge.net

  LADSPA - http://www.ladspa.org

  libid3tag - http://www.underbit.com/products/mad

  libltdl - http://www.gnu.org/software/libtool

  libsndfile - http://www.mega-nerd.com/libsndfile

  Ogg Vorbis - http://www.vorbis.com

  PNG - http://www.libpng.org/pub/png

  WavPack - http://www.wavpack.com

Enjoy,
The SoX Development Team

Appendix - wget Support
-----------------------

SoX can make use of the wget command line utility to load files over
the internet or listen to shoutcast streams.  It only needs to be
somewhere in your path to be used by SoX.

Please consult wget's homepage for access to source code as well
as further instructions on configuring and installing.

http://www.gnu.org/software/wget

Appendix - MP3 Support
----------------------

SoX contains support for reading and writing MP3 files but does not ship
with the dylib's that perform decoding and encoding of MP3 data because
of patent restrictions.  For further details, refer to:

http://en.wikipedia.org/wiki/MP3#Licensing_and_patent_issues

MP3 support can be enabled by placing Lame encoding library and/or
MAD decoding library into a standard library search location such
as /usr/lib or set LTDL_LIBRARY_PATH to location.

These can be compiled yourself, they may turn up on searches of the internet
or may be included with other MP3 applications already installed
on your system. Try searching for libmp3lame.dylib and libmad.dylib.

Obtain the latest Lame and MAD source code from approprate locations.

Lame MP3 encoder  http://lame.sourceforge.net
MAD MP3 decoder   http://www.underbit.com/products/mad

If your system is setup to compile software, then the following commands
can be used.  Note: since SoX is distributed as a 32-bit i386 binary,
the library must match that format as well:

cd lame-398-2
./configure CFLAGS="-arch i386 -m32" LDFALGS="-arch i386"
make
sudo make install

cd libmad-0.15.1b
./configure CFLAGS="-arch i386 -m32" LDFALGS="-arch i386"
make
sudo make install

Appendix - AMR-NB/AMR-WB Support
--------------------------------

SoX contains support for reading and writing AMR-NB and AMR-WB files but
does not ship with the DLL's that perform decoding and encoding of AMR
data because of patent restrictions.

AMR-NB/AMR-WB support can be enabled by placing required libraries
into a standard library search location such as /usr/lib
or set LTDL_LIBRARY_PATH to search path.

These can be compiled yourself, they may turn up on searches of the internet
or may be included with other AMR applications already installed
on your system. Try searching for libopencore-amrnb.dylib and
libopencore-amrwb.dylib.

Obtain the latest amrnb and amrwb source code from
http://sourceforge.net/projects/opencore-amr

cd opencore-amr-0.1.2
./configure CFLAGS="-arch i386 -m32" LDFALGS="-arch i386"
make
sudo make install

If that does not work, then try this:

cd opencore-amr-0.1.2
./build_osx.sh

Appendix - LADSPA Plugins
-------------------------

SoX has built in support for LADSPA Plugins.  These plugins are
mostly built for Linux but some are available for OS X.
The Audacity GUI application has a page that points to a collection
of OS X LADSPA plugins.

http://audacity.sourceforge.net/download/plugins

SoX will search for these plugins based on LADSPA_PATH
enviornment variable.  See sox.txt for further information.

Get latest updates about Open Source Projects, Conferences and News.

Sign up for the SourceForge newsletter:





No, thanks