soxr-code/msvc
Rob Sykes e36d0f26d2 Initial commit 2012-12-03 17:25:33 +00:00
..
README Initial commit 2012-12-03 17:25:33 +00:00
libsoxr.vcproj Initial commit 2012-12-03 17:25:33 +00:00
soxr-config.h Initial commit 2012-12-03 17:25:33 +00:00

README

SoX Resampler Library       Copyright (c) 2007-12 robs@users.sourceforge.net

Cmake is able to configure, build (as either a DLL or a static library),
and install libsoxr for general use on MS-Windows as on other OSs.
However, for projects that prefer to maintain a more monolithic build
structure using the MSVC compiler, the accompanying files may be useful.

 * libsoxr.vcproj      Builds a static lib for MSVC ver >= 9 (2008).
 * soxr-config.h       Pre-configured for a typical Win32 system.