Sox resampler library

“One-dimensional sample-rate conversion library”

By robs

http://sourceforge.net/p/soxr/wiki/Home/

icon

 

Installation guide: http://sourceforge.net/p/soxr/code/ci/master/tree/INSTALL

How configure CMAKE for 32 bit architecture on Mac OS: http://stackoverflow.com/questions/5334095/cmake-multiarchitecture-compilation

Note: this command allowed building static libs for 32 bit:

<span style="color: #000000;">$ cmake -DCMAKE_OSX_ARCHITECTURES=i386 -DBUILD_SHARED_LIBS:BOOL=OFF ..</span>

 

local files in: tkzic/soxr-0.1.1-Source/