Changeset bb20f87
- Timestamp:
- Jul 12, 2006, 6:27:41 PM (18 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:
- e621b9a
- Parents:
- 9935735
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/filter.c
r9935735 rbb20f87 216 216 } 217 217 218 void del_aubio_filter(aubio_filter_t * f) { 219 AUBIO_FREE(f->a); 220 AUBIO_FREE(f->b); 221 AUBIO_FREE(f->x); 222 AUBIO_FREE(f->y); 223 AUBIO_FREE(f); 224 return; 225 } -
src/filter.h
r9935735 rbb20f87 85 85 */ 86 86 aubio_filter_t * new_aubio_cdsgn_filter(uint_t samplerate); 87 /** delete a filter object 88 89 \param f filter object to delete 90 91 */ 92 void del_aubio_filter(aubio_filter_t * f); 87 93 88 94 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.