Ignore:
Timestamp:
Dec 31, 2013, 12:17:37 AM (10 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:
c21acb9
Parents:
0546c1f3
Message:

examples/: build with -Wdeclaration-after-statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiopitch.c

    r0546c1f3 rfe87823  
    3131void process_block(fvec_t * ibuf, fvec_t * obuf)
    3232{
     33  smpl_t freq;
    3334  aubio_pitch_do (o, ibuf, pitch);
    3435  if ( !usejack && ! sink_uri ) return;
    3536  fvec_zeros(obuf);
    36   smpl_t freq = fvec_get_sample(pitch, 0);
     37  freq = fvec_get_sample(pitch, 0);
    3738  aubio_wavetable_set_amp ( wavetable, aubio_level_lin (ibuf) );
    3839  aubio_wavetable_set_freq ( wavetable, freq );
Note: See TracChangeset for help on using the changeset viewer.