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