Ignore:
Timestamp:
Dec 31, 2013, 12:06:20 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:
029bf4e
Parents:
2b43a9e
Message:

examples/: build with -Wmissing-declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiopitch.c

    r2b43a9e rd389e23  
    2929fvec_t *pitch;
    3030
    31 void
    32 process_block(fvec_t * ibuf, fvec_t * obuf) {
     31void process_block(fvec_t * ibuf, fvec_t * obuf)
     32{
    3333  aubio_pitch_do (o, ibuf, pitch);
    3434  if ( !usejack && ! sink_uri ) return;
     
    4343}
    4444
    45 void
    46 process_print (void) {
     45void process_print (void)
     46{
    4747  smpl_t pitch_found = fvec_get_sample(pitch, 0);
    4848  outmsg("%f %f\n",(blocks)
Note: See TracChangeset for help on using the changeset viewer.