tests/src/io/test-source_sndfile.c: test resampling
authorPaul Brossier <piem@piem.org>
Mon, 16 Jul 2012 00:56:02 +0000 (18:56 -0600)
committerPaul Brossier <piem@piem.org>
Mon, 16 Jul 2012 00:56:02 +0000 (18:56 -0600)
tests/src/io/test-source_sndfile.c

index c4c014b..9dc7825 100644 (file)
@@ -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);