Ignore:
Timestamp:
Dec 7, 2013, 5:22:21 AM (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:
61ecd1a
Parents:
466dff3
Message:

examples/: remove -o and -j when unused

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r466dff3 r3da8187  
    2121#include "utils.h"
    2222#define PROG_HAS_ONSET 1
     23#define PROG_HAS_OUTPUT 1
     24#define PROG_HAS_JACK 1
    2325#include "parse_args.h"
    2426
     
    3638    aubio_wavetable_stop ( wavetable );
    3739  }
    38   aubio_wavetable_do (wavetable, obuf, obuf);
     40  if (mix_input)
     41    aubio_wavetable_do (wavetable, ibuf, obuf);
     42  else
     43    aubio_wavetable_do (wavetable, obuf, obuf);
    3944}
    4045
Note: See TracChangeset for help on using the changeset viewer.