Construct channel data

This commit is contained in:
Chris Cannam
2022-05-20 16:48:44 +01:00
parent 9d646b9708
commit af97c70e69
7 changed files with 98 additions and 22 deletions

View File

@@ -1 +1,8 @@
#include "finer/R3StretcherImpl.h"
int main(int argc, char **argv)
{
RubberBand::R3StretcherImpl::Parameters parameters(44100.0, 2);
RubberBand::R3StretcherImpl impl(parameters);
}