Changeset fc7043a


Ignore:
Timestamp:
Dec 29, 2013, 12:40:33 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:
413d4bf
Parents:
f4adefaa
Message:

examples/aubiotrack.c: synth only when need be

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    rf4adefaa rfc7043a  
    3636  if (silence_threshold != -90.)
    3737    is_silence = aubio_silence_detection(ibuf, silence_threshold);
     38  if ( !usejack && ! sink_uri ) return;
    3839  fvec_zeros (obuf);
    3940  if ( is_beat && !is_silence ) {
Note: See TracChangeset for help on using the changeset viewer.