shithub: aubio

Download patch

ref: 7839c616e4375b047ec78fc51ebf86ca217061da
parent: 87dfc3f5ec832e50917783d2a2dd65be6d6bc696
author: Paul Brossier <piem@piem.org>
date: Sun Jul 15 14:56:02 EDT 2012

tests/src/io/test-source_sndfile.c: test resampling

--- a/tests/src/io/test-source_sndfile.c
+++ b/tests/src/io/test-source_sndfile.c
@@ -6,7 +6,7 @@
 
 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);