- Timestamp:
- Feb 7, 2011, 12:53:05 PM (14 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:
- 860ef4b
- Parents:
- 1a74ac3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/tss.c
r1a74ac3 r34422b4 117 117 void del_aubio_tss(aubio_tss_t *s) 118 118 { 119 AUBIO_FREE(s->theta1);120 AUBIO_FREE(s->theta2);121 AUBIO_FREE(s->oft1);122 AUBIO_FREE(s->oft2);123 AUBIO_FREE(s->dev);119 del_fvec(s->theta1); 120 del_fvec(s->theta2); 121 del_fvec(s->oft1); 122 del_fvec(s->oft2); 123 del_fvec(s->dev); 124 124 AUBIO_FREE(s); 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.