src/temporal: revamp filter object, clarify API for A- and C-weighting filters,
authorPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 05:43:12 +0000 (07:43 +0200)
committerPaul Brossier <piem@piem.org>
Tue, 29 Sep 2009 05:43:12 +0000 (07:43 +0200)
commita4364b83d213f0c725b47bacbea5bfa39f798f91
tree7216174a7598d5a4a7cfc5492b5bdd9cb4e0bdca
parentd9c45df5930c9964f82363e4ea88a4a9c4cda732
src/temporal: revamp filter object, clarify API for A- and C-weighting filters,
add coefficients for 8000 16000 22050 44100 96000 192000, improve documentation,
remove unneeded filter_priv.h, add A and C weighting tests.
12 files changed:
src/Makefile.am
src/pitch/pitchdetection.c
src/temporal/adesign.c
src/temporal/adesign.h
src/temporal/cdesign.c
src/temporal/cdesign.h
src/temporal/filter.c
src/temporal/filter.h
src/temporal/filter_priv.h [deleted file]
tests/src/temporal/test-aweighting.c [new file with mode: 0644]
tests/src/temporal/test-cweighting.c [new file with mode: 0644]
tests/src/test-filter.c