Skip to content

Commit

Permalink
Add live shifter to single-file interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Sep 3, 2024
1 parent ffe7cf9 commit 9580e0c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions single/RubberBandSingle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
This is a single-file compilation unit for Rubber Band Library.
To use the library in your project without building it separately,
include in your code either rubberband/RubberBandStretcher.h for
use in C++ or rubberband/rubberband-c.h if you need the C
interface, then add this single C++ source file to your build.
include in your code either rubberband/RubberBandStretcher.h
and/or rubberband/RubberBandLiveShifter.h for use in C++, or
rubberband/rubberband-c.h if you need the C interface, then add
this single C++ source file to your build.
Don't move this file into your source tree - keep it in the same
place relative to the other Rubber Band code, so that the relative
Expand Down Expand Up @@ -79,7 +80,9 @@
#include "../src/faster/R2Stretcher.cpp"
#include "../src/faster/StretcherProcess.cpp"
#include "../src/finer/R3Stretcher.cpp"
#include "../src/finer/R3LiveShifter.cpp"

#include "../src/RubberBandStretcher.cpp"
#include "../src/RubberBandLiveShifter.cpp"
#include "../src/rubberband-c.cpp"

0 comments on commit 9580e0c

Please sign in to comment.