From: Paul Brossier Date: Mon, 16 Jul 2012 00:56:02 +0000 (-0600) Subject: tests/src/io/test-source_sndfile.c: test resampling X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7839c616e4375b047ec78fc51ebf86ca217061da;p=aubio.git tests/src/io/test-source_sndfile.c: test resampling --- 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);