shithub: aubio

Download patch

ref: 3a00b1e7e1ee5357b5860e9b43f1468e0ff2e32d
parent: 50bb325e400e870c6c14d26f1e201a874751af67
author: Paul Brossier <[email protected]>
date: Sun Dec 22 15:28:32 EST 2013

tests/src/io/test-source_seek.c: improve seek to half

--- a/tests/src/io/test-source_seek.c
+++ b/tests/src/io/test-source_seek.c
@@ -64,7 +64,7 @@
 
   old_n_frames_2 = n_frames;
 
-  aubio_source_seek (s, n_frames / 2);
+  aubio_source_seek (s, old_n_frames_1 / 2);
 
   n_frames = 0;
   do {