- Timestamp:
- Jan 9, 2017, 1:26:06 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, yinfft+
- Children:
- 275524e
- Parents:
- eef6335
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/biquad.c
reef6335 rc9e20ca1 42 42 as->data[0] = 1.; 43 43 as->data[1] = a1; 44 as->data[ 1] = a2;44 as->data[2] = a2; 45 45 return AUBIO_OK; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.