Changes in src/pitch/pitchspecacf.c [40898b4:95dc7f2]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchspecacf.c
r40898b4 r95dc7f2 50 50 p->acf = new_fvec (bufsize / 2 + 1); 51 51 p->tol = 1.; 52 p->confidence = 0.;53 52 return p; 54 53 } … … 93 92 smpl_t 94 93 aubio_pitchspecacf_get_confidence (aubio_pitchspecacf_t * o) { 95 // no confidence for now 96 return o->confidence; 94 return 0; 97 95 } 98 96
Note: See TracChangeset
for help on using the changeset viewer.