From aad688ef4c6c4f4068b74bb99b227b34911b2afc Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 20 Nov 2013 02:56:19 +0100 Subject: [PATCH] examples/aubiotrack.c: do not mix input in output yet --- examples/aubiotrack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/aubiotrack.c b/examples/aubiotrack.c index 6fdc184c..6ad77b95 100644 --- a/examples/aubiotrack.c +++ b/examples/aubiotrack.c @@ -48,7 +48,7 @@ static int aubio_process(smpl_t **input, smpl_t **output, int nframes) { } else { aubio_wavetable_stop ( wavetable ); } - aubio_wavetable_do (wavetable, ibuf, obuf); + aubio_wavetable_do (wavetable, obuf, obuf); /* end of block loop */ pos = -1; /* so it will be zero next j loop */ } -- 2.11.0