From 9953f096e82d459444a8d2279f77222ddd5559da Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Sep 2016 16:56:03 +0200 Subject: [PATCH] tests/src/effects/test-pitchshift.c: use 64 hopsize by default --- tests/src/effects/test-pitchshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0