projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d650a7
)
src/synth/sampler.c: unthreaded read for now
author
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 16:58:25 +0000
(17:58 +0100)
committer
Paul Brossier
<piem@piem.org>
Sun, 12 Mar 2017 16:58:25 +0000
(17:58 +0100)
src/synth/sampler.c
patch
|
blob
|
history
diff --git
a/src/synth/sampler.c
b/src/synth/sampler.c
index
7ee8ef6
..
ef3b476
100644
(file)
--- 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) {