Changeset d0f0d55
- Timestamp:
- Mar 10, 2017, 8:17:36 PM (8 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
- Children:
- ce79a9e
- Parents:
- b799241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
rb799241 rd0f0d55 44 44 aubio_wavetable_stop ( wavetable ); 45 45 } 46 if (mix_input) 46 if (mix_input) { 47 47 aubio_wavetable_do (wavetable, ibuf, obuf); 48 else 48 fvec_clamp(obuf, 1.); 49 } else { 49 50 aubio_wavetable_do (wavetable, obuf, obuf); 51 } 50 52 } 51 53
Note: See TracChangeset
for help on using the changeset viewer.