projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0dfe9
)
tests/src/effects/test-pitchshift.c: use 64 hopsize by default
author
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 14:56:03 +0000
(16:56 +0200)
committer
Paul Brossier
<piem@piem.org>
Wed, 21 Sep 2016 14:56:03 +0000
(16:56 +0200)
tests/src/effects/test-pitchshift.c
patch
|
blob
|
history
diff --git
a/tests/src/effects/test-pitchshift.c
b/tests/src/effects/test-pitchshift.c
index
4bc20c5
..
444c496
100644
(file)
--- a/
tests/src/effects/test-pitchshift.c
+++ b/
tests/src/effects/test-pitchshift.c
@@
-16,7
+16,7
@@
int main (int argc, char **argv)
#ifdef HAVE_RUBBERBAND
uint_t samplerate = 0;
- uint_t hop_size =
256
;
+ uint_t hop_size =
64
;
smpl_t transpose = 0.;
uint_t n_frames = 0, read = 0;