Changeset 3ac7cb0 for src/pitch/pitchfcomb.h
- Timestamp:
- Nov 6, 2009, 1:08:44 AM (15 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:
- 8b8336b
- Parents:
- b8ee46c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchfcomb.h
rb8ee46c r3ac7cb0 55 55 /** creation of the pitch detection object 56 56 57 \param buf size size of the input buffer to analyse58 \param hop size step size between two consecutive analysis instant57 \param buf_size size of the input buffer to analyse 58 \param hop_size step size between two consecutive analysis instant 59 59 \param channels number of channels to detect pitch on 60 60 61 61 */ 62 aubio_pitchfcomb_t *new_aubio_pitchfcomb (uint_t buf size, uint_t hopsize,62 aubio_pitchfcomb_t *new_aubio_pitchfcomb (uint_t buf_size, uint_t hop_size, 63 63 uint_t channels); 64 64
Note: See TracChangeset
for help on using the changeset viewer.