tests/src/effects/test-pitchshift.c: use 64 hopsize by default
authorPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 14:56:03 +0000 (16:56 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 21 Sep 2016 14:56:03 +0000 (16:56 +0200)
tests/src/effects/test-pitchshift.c

index 4bc20c5..444c496 100644 (file)
@@ -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;