Changeset 3ac7cb0 for src/pitch/pitchschmitt.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/pitchschmitt.h
rb8ee46c r3ac7cb0 55 55 /** creation of the pitch detection object 56 56 57 \param size size of the input buffer to analyse57 \param buf_size size of the input buffer to analyse 58 58 59 59 */ 60 aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t buf size);60 aubio_pitchschmitt_t *new_aubio_pitchschmitt (uint_t buf_size); 61 61 62 62 /** deletion of the pitch detection object
Note: See TracChangeset
for help on using the changeset viewer.