Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    rd0f0d55 re0a9fd2  
    4444    aubio_wavetable_stop ( wavetable );
    4545  }
    46   if (mix_input) {
     46  if (mix_input)
    4747    aubio_wavetable_do (wavetable, ibuf, obuf);
    48     fvec_clamp(obuf, 1.);
    49   } else {
     48  else
    5049    aubio_wavetable_do (wavetable, obuf, obuf);
    51   }
    5250}
    5351
Note: See TracChangeset for help on using the changeset viewer.