projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69d642a
)
src/pitch/pitchmcomb.c: use fvec_quadratic_peak_pos
author
Paul Brossier
<piem@piem.org>
Mon, 8 Apr 2013 15:20:19 +0000
(10:20 -0500)
committer
Paul Brossier
<piem@piem.org>
Mon, 8 Apr 2013 15:20:19 +0000
(10:20 -0500)
src/pitch/pitchmcomb.c
patch
|
blob
|
history
diff --git
a/src/pitch/pitchmcomb.c
b/src/pitch/pitchmcomb.c
index 0860c55d260ccb0b542d93bd14b1d1741c40c673..3425aa0b0676a88ffa12b9c2ba763624a9479352 100644
(file)
--- a/
src/pitch/pitchmcomb.c
+++ b/
src/pitch/pitchmcomb.c
@@
-293,7
+293,7
@@
aubio_pitchmcomb_quadpick (aubio_spectralpeak_t * spectral_peaks, fvec_t * X)
if (ispeak) {
count += ispeak;
spectral_peaks[count - 1].bin = j;
- spectral_peaks[count - 1].ebin = fvec_quad
int (X, j) - 1.
;
+ spectral_peaks[count - 1].ebin = fvec_quad
ratic_peak_pos (X, j)
;
}
}
return count;