Changeset e621b9a
- Timestamp:
- Jul 12, 2006, 6:28:30 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:
- 637a3ce
- Parents:
- bb20f87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/biquad.h
rbb20f87 re621b9a 67 67 aubio_biquad_t * new_aubio_biquad(lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3); 68 68 69 /** delete biquad filter 70 71 \param b biquad object to delete 72 73 */ 74 void del_aubio_biquad(aubio_biquad_t * b); 75 69 76 #ifdef __cplusplus 70 77 }
Note: See TracChangeset
for help on using the changeset viewer.