soxr-code/examples
Rob Sykes e36d0f26d2 Initial commit 2012-12-03 17:25:33 +00:00
..
1-single-block.c Initial commit 2012-12-03 17:25:33 +00:00
2-stream.c Initial commit 2012-12-03 17:25:33 +00:00
3-options-input-fn.c Initial commit 2012-12-03 17:25:33 +00:00
4-split-channels.c Initial commit 2012-12-03 17:25:33 +00:00
5-variable-rate.c Initial commit 2012-12-03 17:25:33 +00:00
CMakeLists.txt Initial commit 2012-12-03 17:25:33 +00:00
README Initial commit 2012-12-03 17:25:33 +00:00
examples-common.h Initial commit 2012-12-03 17:25:33 +00:00

README

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

These simple examples show the different ways that an application may
interface with libsoxr.  Note that real-world applications may also have to
deal with file-formats, codecs, (more sophisticated) dithering, etc., which
are not covered here.

With libsoxr installed, the examples may be built using commands similar to
the following.  On unix-like systems:

    cc 1-single-block.c -lsoxr

or, on MS-Windows:

    cl 1-single-block.c -I"C:/Program Files/soxr/include" "C:/Program Files/soxr/lib/soxr.lib"

IDEs may hide such commands behind configuration screens and build menus --
where applicable, consult your IDE's user-manual.