Changeset ce3ff2b for src/pitch/pitchfcomb.c
- Timestamp:
- Apr 21, 2016, 7:32:58 PM (9 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:
- feb694b
- Parents:
- eaee767
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchfcomb.c
reaee767 rce3ff2b 64 64 /* input must be stepsize long */ 65 65 void 66 aubio_pitchfcomb_do (aubio_pitchfcomb_t * p, fvec_t * input, fvec_t * output)66 aubio_pitchfcomb_do (aubio_pitchfcomb_t * p, const fvec_t * input, fvec_t * output) 67 67 { 68 68 uint_t k, l, maxharm = 0;
Note: See TracChangeset
for help on using the changeset viewer.