Ignore:
Timestamp:
Dec 17, 2013, 5:13:28 PM (11 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/fvec.h: clean up fvec api

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r5d10ac1 rc34336e  
    3434  fvec_zeros(obuf);
    3535  aubio_onset_do (o, ibuf, onset);
    36   is_onset = fvec_read_sample(onset, 0);
     36  is_onset = fvec_get_sample(onset, 0);
    3737  if ( is_onset ) {
    3838    aubio_wavetable_play ( wavetable );
Note: See TracChangeset for help on using the changeset viewer.