From 7dfd972bd638ac52be9ce33bc6fe3a29428c0cf9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 12 Mar 2017 17:58:25 +0100 Subject: [PATCH] src/synth/sampler.c: unthreaded read for now --- src/synth/sampler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/synth/sampler.c b/src/synth/sampler.c index 7ee8ef63..ef3b476b 100644 --- a/src/synth/sampler.c +++ b/src/synth/sampler.c @@ -148,7 +148,7 @@ aubio_sampler_t *new_aubio_sampler(uint_t blocksize, uint_t samplerate) #elif 1 // threaded with ringhbuffer s->source_blocksize = 2048; //32 * s->blocksize; s->perfectloop = 1; - s->threaded_read = 1; + s->threaded_read = 0; #endif if (s->source_blocksize < s->blocksize) { -- 2.11.0