- Timestamp:
- Mar 26, 2017, 3:39:27 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:
- b67e715
- Parents:
- 1239d23
- Location:
- examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubioonset.c
r1239d23 r5f0ad50 46 46 if (mix_input) { 47 47 aubio_wavetable_do (wavetable, ibuf, obuf); 48 fvec_clamp(obuf, 1.);49 48 } else { 50 49 aubio_wavetable_do (wavetable, obuf, obuf); -
examples/aubiotrack.c
r1239d23 r5f0ad50 49 49 if (mix_input) { 50 50 aubio_wavetable_do (wavetable, ibuf, obuf); 51 fvec_clamp(obuf, 1.);52 51 } else { 53 52 aubio_wavetable_do (wavetable, obuf, obuf);
Note: See TracChangeset
for help on using the changeset viewer.