From 7839c616e4375b047ec78fc51ebf86ca217061da Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 15 Jul 2012 18:56:02 -0600 Subject: [PATCH] tests/src/io/test-source_sndfile.c: test resampling --- tests/src/io/test-source_sndfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/io/test-source_sndfile.c b/tests/src/io/test-source_sndfile.c index c4c014b1..9dc78254 100644 --- a/tests/src/io/test-source_sndfile.c +++ b/tests/src/io/test-source_sndfile.c @@ -6,7 +6,7 @@ char_t *path = "/home/piem/archives/drum_Chocolate_Milk_-_Ation_Speaks_Louder_Th int main(){ #ifdef HAVE_SNDFILE - uint_t samplerate = 44100; + uint_t samplerate = 32000; uint_t hop_size = 512; uint_t read = hop_size; fvec_t *vec = new_fvec(hop_size); -- 2.26.2