projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dba3b1a
)
changed default parameters baz file-diff examples/utils.c
author
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 01:47:24 +0000
(
01:47
+0000)
committer
Paul Brossier
<piem@altern.org>
Tue, 9 Aug 2005 01:47:24 +0000
(
01:47
+0000)
examples/utils.c
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index 5438353b7c676d2ce8d9f34054283fb9d20794b3..e76af4a4270096172bc28f8b7aa7a116e3e8fc3a 100644
(file)
--- a/
examples/utils.c
+++ b/
examples/utils.c
@@
-29,12
+29,12
@@
int usedoubled = 1;
/* energy,specdiff,hfc,complexdomain,phase */
-aubio_onsetdetection_type type_onset =
hfc
;
+aubio_onsetdetection_type type_onset =
kl
;
aubio_onsetdetection_type type_onset2 = complexdomain;
smpl_t threshold = 0.3;
smpl_t threshold2 = -90.;
-uint_t buffer_size = 1024;
-uint_t overlap_size = 512;
+uint_t buffer_size =
512; //
1024;
+uint_t overlap_size =
256; //
512;
uint_t channels = 1;
uint_t samplerate = 44100;