- Timestamp:
- Mar 10, 2017, 8:34:38 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:
- 2f99427
- Parents:
- 1013c5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
r1013c5d rccdc51b 47 47 aubio_wavetable_stop ( wavetable ); 48 48 } 49 if (mix_input) 49 if (mix_input) { 50 50 aubio_wavetable_do (wavetable, ibuf, obuf); 51 else 51 fvec_clamp(obuf, 1.); 52 } else { 52 53 aubio_wavetable_do (wavetable, obuf, obuf); 54 } 53 55 } 54 56
Note: See TracChangeset
for help on using the changeset viewer.