Changeset 155cc10 for src/pitch/pitchspecacf.h
- Timestamp:
- Mar 10, 2017, 2:26:32 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/applefworks, fix/ffmpeg5, master, sampler
- Children:
- ee8a57c
- Parents:
- 00d0275 (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchspecacf.h
r00d0275 r155cc10 39 39 */ 40 40 41 #ifndef _AUBIO_PITCHSPECACF_H42 #define _AUBIO_PITCHSPECACF_H41 #ifndef AUBIO_PITCHSPECACF_H 42 #define AUBIO_PITCHSPECACF_H 43 43 44 44 #ifdef __cplusplus … … 56 56 57 57 */ 58 void aubio_pitchspecacf_do (aubio_pitchspecacf_t * o, fvec_t * samples_in, fvec_t * cands_out);58 void aubio_pitchspecacf_do (aubio_pitchspecacf_t * o, const fvec_t * samples_in, fvec_t * cands_out); 59 59 /** creation of the pitch detection object 60 60 … … 77 77 78 78 */ 79 smpl_t aubio_pitchspecacf_get_tolerance ( aubio_pitchspecacf_t * o);79 smpl_t aubio_pitchspecacf_get_tolerance (const aubio_pitchspecacf_t * o); 80 80 81 81 /** set tolerance parameter for `specacf` pitch detection object … … 95 95 96 96 */ 97 smpl_t aubio_pitchspecacf_get_confidence ( aubio_pitchspecacf_t * o);97 smpl_t aubio_pitchspecacf_get_confidence (const aubio_pitchspecacf_t * o); 98 98 99 99 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* _AUBIO_PITCHSPECACF_H */103 #endif /* AUBIO_PITCHSPECACF_H */
Note: See TracChangeset
for help on using the changeset viewer.