projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f7aad0
)
added peak picker configuration example
author
Paul Brossier
<piem@altern.org>
Thu, 29 Sep 2005 19:17:26 +0000
(19:17 +0000)
committer
Paul Brossier
<piem@altern.org>
Thu, 29 Sep 2005 19:17:26 +0000
(19:17 +0000)
added peak picker configuration example
examples/aubiotrack.c
patch
|
blob
|
history
diff --git
a/examples/aubiotrack.c
b/examples/aubiotrack.c
index
30b182f
..
8c29129
100644
(file)
--- a/
examples/aubiotrack.c
+++ b/
examples/aubiotrack.c
@@
-124,6
+124,9
@@
int main(int argc, char **argv) {
overlap_size = 512;
/* override default settings */
examples_common_init(argc,argv);
+ /* configure peak picker */
+ //aubio_peakpicker_set_thresholdfn(parms,vec_mean);
+ //aubio_peakpicker_set_threshold(parms,0.);
winlen = SQR(512)/overlap_size;
dfframe = new_fvec(winlen,channels);