shithub: aubio

Download patch

ref: 2ea7a108d91de6bd75f86af5b8db8098c81422b2
parent: d22cc429cd5621210d3e71a4361b6d5b53febf43
author: Paul Brossier <piem@piem.org>
date: Mon Jul 16 09:37:24 EDT 2012

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

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