diff --git a/cmd/main.cpp b/cmd/main.cpp index 5ac91c6..56cdebe 100644 --- a/cmd/main.cpp +++ b/cmd/main.cpp @@ -17,7 +17,10 @@ int main(int argc, const char *argv[]) CommandLine::Parameters parameters{options, argc, argv, request}; CommandLine::Processor processor{parameters, request}; - Bungee::Stretcher stretcher(processor.sampleRates, processor.channelCount); +#ifndef BUNGEE_IMPLEMENTATION +# define BUNGEE_IMPLEMENTATION Basic +#endif + Bungee::Stretcher stretcher(processor.sampleRates, processor.channelCount); processor.restart(request); stretcher.preroll(request);