- 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
-
TabularUnified src/onset/onset.h ¶
rb8ee46c r3ac7cb0 47 47 /** create onset detection object 48 48 49 \param onset_modeonset detection type as specified in specdesc.h49 \param method onset detection type as specified in specdesc.h 50 50 \param buf_size buffer size for phase vocoder 51 51 \param hop_size hop size for phase vocoder … … 54 54 55 55 */ 56 aubio_onset_t * new_aubio_onset (char_t * onset_mode,56 aubio_onset_t * new_aubio_onset (char_t * method, 57 57 uint_t buf_size, uint_t hop_size, uint_t channels, uint_t samplerate); 58 58
Note: See TracChangeset
for help on using the changeset viewer.