From 87af5d6745b5fd77efcf75d6d693ceffa1d7646f Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 2 Jul 2008 21:33:31 +0000 Subject: [PATCH] ... --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 6002cc5..4fda3de 100644 --- a/README +++ b/README @@ -142,6 +142,13 @@ class, called RubberBandStretcher in the RubberBand namespace. You should #include to use this class. There is extensive documentation in the class header. +A header with C language bindings is also provided in +. This is a wrapper around the C++ +implementation, and as the implementation is the same, it also +requires linkage against the C++ standard libraries. It is not yet +documented separately from the C++ header. You should include only +one of the two headers, not both. + The source code for the command-line utility (src/main.cpp) provides a good example of how to use Rubber Band in offline mode; the LADSPA pitch shifter plugin (src/ladspa/RubberBandPitchShifter.cpp) may be