From 2ea7a108d91de6bd75f86af5b8db8098c81422b2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 16 Jul 2012 13:37:24 -0600 Subject: [PATCH] tests/src/io/test-source_sndfile.c: test downsampling --- 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 fa8179e5..74da2c9f 100644 --- a/tests/src/io/test-source_sndfile.c +++ b/tests/src/io/test-source_sndfile.c @@ -7,7 +7,7 @@ char_t *path = "/home/piem/archives/samples/loops/drum_Chocolate_Milk_-_Ation_Sp int main(){ int err = 0; #ifdef HAVE_SNDFILE - uint_t samplerate = 192000; + uint_t samplerate = 8000; uint_t hop_size = 512; uint_t read = hop_size; fvec_t *vec = new_fvec(hop_size); -- 2.26.2