projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d3212a
)
tests/src/io/test-sink.c: improve message
author
Paul Brossier
<piem@piem.org>
Fri, 22 Mar 2013 05:22:01 +0000
(
00:22
-0500)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Mar 2013 05:22:01 +0000
(
00:22
-0500)
tests/src/io/test-sink.c
patch
|
blob
|
history
diff --git
a/tests/src/io/test-sink.c
b/tests/src/io/test-sink.c
index 8fdba9792ae5debfab373790e8777482da477edf..a47aa19e0c103e1bb2088d69574b9bbd39cf9e69 100644
(file)
--- a/
tests/src/io/test-sink.c
+++ b/
tests/src/io/test-sink.c
@@
-33,8
+33,8
@@
int main (int argc, char **argv)
n_frames += read;
} while ( read == hop_size );
- PRINT_MSG("
%d frames read from %s\n written to %s at %dHz
\n",
- n_frames, s
ource_path, sink_path, samplerate
);
+ PRINT_MSG("
wrote %d frames at %dHz from %s written to %s
\n",
+ n_frames, s
amplerate, source_path, sink_path
);
beach:
del_aubio_source(i);