Changeset af4aeca
- Timestamp:
- Nov 5, 2009, 1:22:39 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:
- 1111de1
- Parents:
- 0bbdbfd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r0bbdbfd raf4aeca 40 40 fvec_t * wasonset; /**< number of frames since last onset */ 41 41 uint_t samplerate; /**< sampling rate of the input signal */ 42 uint_t hop_size; /**< number of samples between two runs */ 42 43 }; 43 44 … … 106 107 o->wasonset = new_fvec(1, channels); 107 108 o->samplerate = samplerate; 109 o->hop_size = hop_size; 108 110 o->pv = new_aubio_pvoc(buf_size, hop_size, channels); 109 111 o->pp = new_aubio_peakpicker(channels);
Note: See TracChangeset
for help on using the changeset viewer.