- Timestamp:
- Mar 11, 2013, 1:22:38 AM (12 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- b130600
- Parents:
- 5284e0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.h
r5284e0d r426e6f7 83 83 uint_t aubio_pitch_set_unit (aubio_pitch_t * o, char_t * mode); 84 84 85 /** get the current confidence 86 87 \param o pitch detection object as returned by new_aubio_pitch() 88 \return the current confidence of the pitch algorithm 89 90 The confidence 91 92 */ 93 smpl_t aubio_pitch_get_confidence (aubio_pitch_t * o); 94 85 95 #ifdef __cplusplus 86 96 }
Note: See TracChangeset
for help on using the changeset viewer.