Changeset 5548:73e43db30a1c in roaraudio for libroardsp/filter.c
- Timestamp:
- 06/17/12 23:07:36 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libroardsp/filter.c
r5381 r5548 75 75 {NULL, NULL, NULL},{roardsp_responsecurve_calc32, NULL, NULL} 76 76 }}, 77 {ROARDSP_FILTER_GOERTZEL, "Goertzel", roardsp_goertzel_init, roardsp_goertzel_uninit, 78 roardsp_goertzel_ctl, roardsp_goertzel_reset, { 79 {NULL, NULL, NULL},{roardsp_goertzel_calc8, NULL, NULL},{roardsp_goertzel_calc16, NULL, NULL}, 80 {NULL, NULL, NULL},{roardsp_goertzel_calc32, NULL, NULL} 81 }}, 77 82 #endif 78 83 {-1, NULL, NULL, NULL, NULL, NULL, {
Note: See TracChangeset
for help on using the changeset viewer.