Changeset c34336e for examples/aubioonset.c
- Timestamp:
- Dec 17, 2013, 5:13:28 PM (11 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:
- 941c9f9
- Parents:
- 5d10ac1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
r5d10ac1 rc34336e 34 34 fvec_zeros(obuf); 35 35 aubio_onset_do (o, ibuf, onset); 36 is_onset = fvec_ read_sample(onset, 0);36 is_onset = fvec_get_sample(onset, 0); 37 37 if ( is_onset ) { 38 38 aubio_wavetable_play ( wavetable );
Note: See TracChangeset
for help on using the changeset viewer.