From: Paul Brossier Date: Wed, 21 Sep 2016 14:56:03 +0000 (+0200) Subject: tests/src/effects/test-pitchshift.c: use 64 hopsize by default X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=9953f096e82d459444a8d2279f77222ddd5559da;p=aubio.git tests/src/effects/test-pitchshift.c: use 64 hopsize by default --- diff --git a/tests/src/effects/test-pitchshift.c b/tests/src/effects/test-pitchshift.c index 4bc20c5c..444c496f 100644 --- 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;