projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52efae1
)
src/io/source_w*.c: disable debug output
author
Paul Brossier
<piem@piem.org>
Fri, 3 Jan 2014 22:54:12 +0000
(18:54 -0400)
committer
Paul Brossier
<piem@piem.org>
Fri, 3 Jan 2014 22:54:12 +0000
(18:54 -0400)
src/io/source_wavread.c
patch
|
blob
|
history
diff --git
a/src/io/source_wavread.c
b/src/io/source_wavread.c
index
a54560b
..
2d875c5
100644
(file)
--- a/
src/io/source_wavread.c
+++ b/
src/io/source_wavread.c
@@
-180,7
+180,7
@@
aubio_source_wavread_t * new_aubio_source_wavread(char_t * path, uint_t samplera
s->input_samplerate = sr;
s->input_channels = channels;
-#if
1
+#if
0
AUBIO_DBG("channels %d\n", channels);
AUBIO_DBG("sr %d\n", sr);
AUBIO_DBG("byterate %d\n", byterate);