shithub: aubio

Download patch

ref: 6d44595eb6c015ded906623f61280a17ac0050f4
parent: 18a378eef755e01d6f5907dde97a4b272110b4f4
parent: b429b68481c9b173835523d06c9231b9855ca50a
author: Paul Brossier <piem@piem.org>
date: Thu Mar 21 20:23:06 EDT 2013

Merge branch 'develop' into synth

--- a/tests/src/io/test-sink.c
+++ b/tests/src/io/test-sink.c
@@ -33,8 +33,8 @@
     n_frames += read;
   } while ( read == hop_size );
 
-  PRINT_MSG("%d frames read from %s\n written to %s at %dHz\n",
-      n_frames, source_path, sink_path, samplerate);
+  PRINT_MSG("wrote %d frames at %dHz from %s written to %s\n",
+      n_frames, samplerate, source_path, sink_path);
 
 beach:
   del_aubio_source(i);