Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

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