Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    rccdc51b rab7212f  
    4747    aubio_wavetable_stop ( wavetable );
    4848  }
    49   if (mix_input) {
     49  if (mix_input)
    5050    aubio_wavetable_do (wavetable, ibuf, obuf);
    51     fvec_clamp(obuf, 1.);
    52   } else {
     51  else
    5352    aubio_wavetable_do (wavetable, obuf, obuf);
    54   }
    5553}
    5654
Note: See TracChangeset for help on using the changeset viewer.