Changeset d4791e5 for examples/aubiotrack.c
- Timestamp:
- Jan 3, 2014, 12:47:22 AM (11 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 2e01060
- Parents:
- 89e9e71 (diff), 4fe62ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
r89e9e71 rd4791e5 36 36 if (silence_threshold != -90.) 37 37 is_silence = aubio_silence_detection(ibuf, silence_threshold); 38 if ( !usejack && ! sink_uri ) return; 38 39 fvec_zeros (obuf); 39 40 if ( is_beat && !is_silence ) {
Note: See TracChangeset
for help on using the changeset viewer.