projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2293d6a
)
examples/aubiotrack.c: fix is_beat / is_silence types
author
Paul Brossier
<piem@piem.org>
Fri, 22 Jul 2016 19:29:43 +0000
(21:29 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Jul 2016 19:29:43 +0000
(21:29 +0200)
examples/aubiotrack.c
patch
|
blob
|
history
diff --git
a/examples/aubiotrack.c
b/examples/aubiotrack.c
index
2224d77
..
dcffbff
100644
(file)
--- a/
examples/aubiotrack.c
+++ b/
examples/aubiotrack.c
@@
-28,8
+28,8
@@
aubio_tempo_t * tempo;
aubio_wavetable_t *wavetable;
fvec_t * tempo_out;
-smpl_t is_beat = 0;
-uint_t is_silence = 0
.
;
+smpl_t is_beat = 0
.
;
+uint_t is_silence = 0;
void process_block(fvec_t * ibuf, fvec_t *obuf) {
aubio_tempo_do (tempo, ibuf, tempo_out);