# # ChangeLog for / # # Generated by Trac 1.2 # Aug 16, 2024, 10:10:26 AM Thu, 08 Oct 2009 10:07:12 GMT Paul Brossier [9daf018] * tests/src/test-resample.c (modified) tests/src/test-resample.c: run 10 times, update defines Thu, 08 Oct 2009 10:03:08 GMT Paul Brossier [06f2d78] * src/temporal/resample.c (modified) * src/temporal/resample.h (modified) src/temporal/resample.{c,h}: _do function returns void Thu, 08 Oct 2009 03:50:27 GMT Paul Brossier [47f17fc] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: update peakpicker Thu, 08 Oct 2009 02:31:11 GMT Paul Brossier [ca55954] * tests/python/examples/aubioonset.py (modified) tests/python/examples/aubioonset.py: do not check onset is actually ... Thu, 08 Oct 2009 02:30:11 GMT Paul Brossier [ca0a821] * tests/python/examples/aubionotes.py (modified) tests/python/examples/aubionotes.py: do not assume the error is known Thu, 08 Oct 2009 02:24:19 GMT Paul Brossier [874ed55] * tests/python/examples/template.py (deleted) * tests/python/template.py (modified) tests/python/template.py: factorise Thu, 08 Oct 2009 01:11:30 GMT Paul Brossier [e6b2a0c] * tests/python/src/spectral/fft.py (modified) tests/python/src/spectral/fft.py: remove abs, test passes in double ... Thu, 08 Oct 2009 01:09:43 GMT Paul Brossier [66760af] * configure.ac (modified) configure.ac: add option to compile in double precision Thu, 08 Oct 2009 01:08:06 GMT Paul Brossier [41f4c5b] * src/mathutils.c (modified) src/mathutils.c: indent, add parenthesis and initialise pos in ... Thu, 08 Oct 2009 01:05:44 GMT Paul Brossier [05a3479] * examples/utils.c (modified) examples/utils.c: remove unused variable Thu, 08 Oct 2009 00:48:37 GMT Paul Brossier [70dd55c] * tests/python/src/temporal/c_weighting.py (added) * tests/python/src/temporal/c_weighting_test_simple.expected (added) * tests/python/src/temporal/c_weighting_test_simple_8000.expected (added) tests/python/src/temporal/c_weighting.py: add test for c_weighting Thu, 08 Oct 2009 00:42:21 GMT Paul Brossier [e5ddc32] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update prototypes Thu, 08 Oct 2009 00:37:08 GMT Paul Brossier [c9ca5a6e] * tests/python/src/utils/hist.py (modified) src/utils/hist.py: kill print Thu, 08 Oct 2009 00:35:50 GMT Paul Brossier [5a93302] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update to interpolated peak position Thu, 08 Oct 2009 00:13:38 GMT Paul Brossier [2672d67] * tests/python/src/temporal/a_weighting.py (modified) * tests/python/src/temporal/a_weighting_test_simple.expected (added) tests/python/src/temporal/: update a_weighting tests Thu, 08 Oct 2009 00:10:10 GMT Paul Brossier [f603b57] * tests/python/template.py (modified) tests/python: update template.py Thu, 08 Oct 2009 00:03:37 GMT Paul Brossier [cc9d0cc] * tests/python/src/temporal/filter.py (modified) tests/python/src/temporal/filter.py: update imports Thu, 08 Oct 2009 00:02:11 GMT Paul Brossier [8fe9c10] * src/spectral/filterbank.c (modified) src/spectral/filterbank.c: make sure we don't read outside of boundaries Thu, 08 Oct 2009 00:00:52 GMT Paul Brossier [1594d49] * tests/python/src/spectral/filterbank.py (modified) * tests/python/src/spectral/filterbank_mfcc.txt (deleted) * tests/python/src/spectral/filterbank_mfcc_16000_512.txt (added) tests/python: updated filterbank test Wed, 07 Oct 2009 23:23:31 GMT Paul Brossier [db62622] * tests/python/src/pitch/pitchdetection.py (modified) * tests/python/src/spectral/fft.py (modified) * tests/python/src/spectral/phasevoc.py (modified) * tests/python/src/temporal/zero_crossing_rate.py (modified) * tests/python/src/utils/hist.py (modified) * tests/python/src/utils/scale.py (modified) tests/python: update imports Wed, 07 Oct 2009 23:19:48 GMT Paul Brossier [a9f1656] * tests/python/localaubio.py (modified) tests/python/localaubio.py: simplify, also import template Wed, 07 Oct 2009 21:32:42 GMT Paul Brossier [3c18f9e] * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) src/spectral/filterbank_mel.{c,h}: rename _set_mel_coeffs to ... Wed, 07 Oct 2009 21:27:41 GMT Paul Brossier [9a12264] * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) src/pitch/pitchmcomb.c: hide aubio_pitch_cands Wed, 07 Oct 2009 21:24:54 GMT Paul Brossier [a72f3f1] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * tests/src/test-onset.c (modified) src/onset/onset.c: rename aubio_onset to aubio_onset_do Wed, 07 Oct 2009 21:23:30 GMT Paul Brossier [316092e] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: update peakpicker prototype Wed, 07 Oct 2009 21:21:15 GMT Paul Brossier [277918b] * src/temporal/resample.c (modified) * src/temporal/resample.h (modified) * swig/aubio.i (modified) src/temporal/resample.c: rename aubio_resampler_process to ... Wed, 07 Oct 2009 21:19:36 GMT Paul Brossier [0ce97483] * src/utils/hist.c (modified) * src/utils/scale.c (modified) * src/utils/scale.h (modified) * swig/aubio.i (modified) * tests/src/test-scale.c (modified) src/utils/scale.c: rename aubio_scale_set to aubio_scale_set_limits Wed, 07 Oct 2009 20:58:25 GMT Paul Brossier [01b8fcc] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * plugins/puredata/aubioonset~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-onsetdetection.c (modified) src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do Wed, 07 Oct 2009 20:45:30 GMT Paul Brossier [cb158ab] * src/onset/onsetdetection.c (modified) src/onset/onsetdetection.c: remove unused variable Wed, 07 Oct 2009 20:43:12 GMT Paul Brossier [d0dca26] * src/spectral/mfcc.c (modified) src/spectral/mfcc.c: add missing include Wed, 07 Oct 2009 20:34:07 GMT Paul Brossier [5bf23f7] * examples/aubiotrack.c (modified) * plugins/puredata/aubiotempo~.c (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * tests/src/test-tempo.c (modified) src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do Wed, 07 Oct 2009 18:33:15 GMT Paul Brossier [a808d05] * plugins/puredata/aubioonset~.c (modified) plugins/puredata/aubioonset~.c: rename peakpicker Wed, 07 Oct 2009 18:31:43 GMT Paul Brossier [8766cb6] * examples/utils.c (modified) * examples/utils.h (modified) * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-peakpick.c (modified) src/onset/peakpick.c: rename aubio_pickpeak_t to aubio_peakpicker_t Wed, 07 Oct 2009 18:11:00 GMT Paul Brossier [cfa0f12] * tests/src/test-filter.c (modified) tests/src/test-filter.c: avoid redefining o Wed, 07 Oct 2009 17:55:08 GMT Paul Brossier [33916b8] * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) src/spectral/filterbank.{c,h}: add function to set coefficients Wed, 07 Oct 2009 17:39:11 GMT Paul Brossier [bd1a630] * tests/src/test-filter.c (modified) tests/src/test-filter.c: improve, indent Wed, 07 Oct 2009 17:36:31 GMT Paul Brossier [e5e693e] * tests/src/test-pitchdetection.c (modified) * tests/src/test-pitchfcomb.c (modified) * tests/src/test-pitchmcomb.c (modified) * tests/src/test-pitchschmitt.c (modified) * tests/src/test-pitchyinfft.c (modified) tests/src/test-pitch*: update pitch prototypes Wed, 07 Oct 2009 17:33:51 GMT Paul Brossier [1294862] * examples/aubionotes.c (modified) * python/aubio/aubioclass.py (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * swig/aubio.i (modified) src/pitch/: change all _detect prototypes to _do Wed, 07 Oct 2009 16:28:53 GMT Paul Brossier [1b88289] * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) src/onset/onsetdetection.{c,h}: no need for function specific ... Wed, 07 Oct 2009 16:26:59 GMT Paul Brossier [10a5413] * configure.ac (modified) * src/aubio_priv.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * wscript (modified) src/mathutils.c: add aubio_is_power_of_two and aubio_next_power_of_two Tue, 06 Oct 2009 15:28:19 GMT Paul Brossier [daa4ca9] * tests/src/test-peakpick.c (modified) tests/src/test-peakpick.c: update peakpicker prototype Tue, 06 Oct 2009 15:06:54 GMT Paul Brossier [9facc27] * examples/aubionotes.c (modified) examples/aubionotes.c: update peakpicker prototype Tue, 06 Oct 2009 15:06:30 GMT Paul Brossier [19f1dc9] * examples/aubioonset.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples/aubioonset.c: use interpolated onset position Tue, 06 Oct 2009 15:04:45 GMT Paul Brossier [a9e27e4] * python/aubio/task/onset.py (modified) python/aubio/task/onset.py: isonset > 0., not == 1 Tue, 06 Oct 2009 15:04:18 GMT Paul Brossier [b07ff1e] * python/aubio/aubioclass.py (modified) python/aubio/aubioclass.py: update peakpicker class Tue, 06 Oct 2009 15:03:23 GMT Paul Brossier [eb089fb] * swig/aubio.i (modified) swig/aubio.i: update peakpicker interface, escape #if as needed Tue, 06 Oct 2009 15:02:54 GMT Paul Brossier [422edfb] * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/tempo/tempo.c (modified) src/onset/peakpick.h: clean up peakpicker object Tue, 06 Oct 2009 15:01:55 GMT Paul Brossier [020d80e] * src/temporal/resample.c (modified) src/temporal/resample.c: include config,h before checking HAVE_SAMPLERATE Tue, 06 Oct 2009 00:50:49 GMT Paul Brossier [f826349] * interfaces/python/py-cvec.c (added) * interfaces/python/py-filter.c (added) interfaces/python: add cvec and filter types Tue, 06 Oct 2009 00:49:53 GMT Paul Brossier [9b23eb31] * interfaces/python/a_weighting_test_simple.expected (added) * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/c_weighting_test_simple.expected (added) * interfaces/python/py-fvec.c (modified) * interfaces/python/setup.py (modified) * interfaces/python/test_aubio.py (modified) * interfaces/python/test_filter.py (added) interfaces/python: add cvec and filter types Mon, 05 Oct 2009 17:41:48 GMT Paul Brossier [998a8be] * swig/aubio.i (modified) swig/aubio.i: update prototype Mon, 05 Oct 2009 17:40:45 GMT Paul Brossier [0f6f2e6] * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) src/onset/peakpick.c: use quadint in peakpick to get interpolated ... Sun, 04 Oct 2009 22:31:37 GMT Paul Brossier [eebb0e1] * swig/aubio.i (modified) swig/aubio.i: update set_a,c_weighting prototypes Sun, 04 Oct 2009 22:30:32 GMT Paul Brossier [f530f12] * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) src/temporal/{a,c}_weighting.{c,h}: set_a,c_weighting return 1 on ... Fri, 02 Oct 2009 13:39:33 GMT Paul Brossier [ccf8b77] * interfaces/python/aubiomodule.c (modified) * interfaces/python/py-fvec.c (modified) python/aubiomodule.c: move PyAubio_ArrayToFvec to py-fvec.c Fri, 02 Oct 2009 13:38:30 GMT Paul Brossier [146280a] * interfaces/python/test_aubio.py (modified) python/test_aubio.py: update unit tests Fri, 02 Oct 2009 09:24:08 GMT Paul Brossier [207ed19] * interfaces/python/aubiomodule.c (modified) python/aubiomodule.c: add zero_crossing_rate and min_removal Fri, 02 Oct 2009 09:20:31 GMT Paul Brossier [6b1aafc] * interfaces/python/aubiomodule.c (modified) python/aubiomodule.c: PyAubio_ArrayToFvec to convert numpy array to a ... Fri, 02 Oct 2009 09:19:48 GMT Paul Brossier [352fd5f] * interfaces/python/aubio-types.h (modified) * interfaces/python/py-fvec.c (modified) python/py-fvec.c, python/aubio-types.g: define AUBIO_FLOAT, move ... Fri, 02 Oct 2009 04:11:07 GMT Paul Brossier [eb7f743] * src/mathutils.c (modified) * src/mathutils.h (modified) src/mathutils.{c,h}: loop over channels when possible, improve ... Fri, 02 Oct 2009 00:14:06 GMT Paul Brossier [1498ced] * src/mathutils.c (modified) src/mathutils.c: fix fvec_min_removal Fri, 02 Oct 2009 00:10:25 GMT Paul Brossier [acf7d30] * src/aubio_priv.h (modified) * src/mathutils.c (modified) * src/onset/onsetdetection.c (modified) * src/utils/hist.c (modified) * src/utils/scale.c (modified) src/mathutils.c and co: use 0.0, not 0.0f Fri, 02 Oct 2009 00:05:23 GMT Paul Brossier [c0b295c] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchmcomb.c (modified) * swig/aubio.i (modified) src/mathutils.c: rename fvec_dc_removal to fvec_min_removal Thu, 01 Oct 2009 23:26:08 GMT Paul Brossier [38e9732] * tests/src/test-fft.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-mfcc.c (modified) tests/src/: various updates Thu, 01 Oct 2009 23:19:10 GMT Paul Brossier [5c4ec3c] * examples/utils.c (modified) * examples/utils.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/tempo/beattracking.c (modified) * swig/aubio.i (modified) src/mathutils.{c,h}: rename all vec_ to fvec_ Thu, 01 Oct 2009 23:11:37 GMT Paul Brossier [2f64b0e] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/utils/hist.c (modified) * swig/aubio.i (modified) * tests/src/test-filterbank.c (modified) rename vec_min and vec_min_elem to fvec_min and fvec_max_elem Thu, 01 Oct 2009 23:09:46 GMT Paul Brossier [1e2c82f] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/tempo/beattracking.c (modified) * src/utils/hist.c (modified) * swig/aubio.i (modified) * tests/src/test-filterbank.c (modified) rename vec_max and vec_max_elem to fvec_max fvec_max_elem Thu, 01 Oct 2009 23:07:29 GMT Paul Brossier [d57c879] * tests/src/test-filterbank.c (modified) tests/src/test-filterbank.c: print coeffs Thu, 01 Oct 2009 23:05:26 GMT Paul Brossier [8b28524] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * swig/aubio.i (modified) src/mathutils.c: rename vec_mean to fvec_mean Thu, 01 Oct 2009 23:00:53 GMT Paul Brossier [47eabeb] * tests/src/test-phasevoc.c (modified) tests/src/test-phasevoc.c add missing stdio.h Thu, 01 Oct 2009 22:56:31 GMT Paul Brossier [d1c0554] * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) src/temporal/[ac]_weighting.[ch]: add 11025 Hz Thu, 01 Oct 2009 22:51:50 GMT Paul Brossier [2cc816a] * src/temporal/a_weighting.c (modified) * src/temporal/c_weighting.c (modified) src/temporal/[ac]_weighting.c: update error message Thu, 01 Oct 2009 22:49:59 GMT Paul Brossier [321eb85] * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) src/temporal/[ac]_weighting.[ch]: add coeffs for 24, 32, 48 and 88.2 kHz Thu, 01 Oct 2009 22:30:05 GMT Paul Brossier [847b374] * examples/utils.c (modified) examples/utils.c: use fvec_zeros() Thu, 01 Oct 2009 15:41:07 GMT Paul Brossier [f3bee79] * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) src/spectral/fft.{c,h}: move fftw3.h include inside fft.c Thu, 01 Oct 2009 15:38:37 GMT Paul Brossier [e6c11e3] * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) src/spectral/filterbank.{c,h}: aubio_filterbank_t_ -> _aubio_filterbank_t Thu, 01 Oct 2009 15:36:01 GMT Paul Brossier [252a080] * src/onset/onsetdetection.c (modified) src/onset/onsetdetection.c: simplify complex domain computation Thu, 01 Oct 2009 13:44:48 GMT Paul Brossier [04d50b0] * Makefile.am (modified) Makefile.am: update java location Thu, 01 Oct 2009 13:44:03 GMT Paul Brossier [18738ad] * configure.ac (modified) configure.ac: do not use AM_SILENT_RULES for now, wait for automake ... Thu, 01 Oct 2009 13:02:22 GMT Paul Brossier [f825dd0] * src/Makefile.am (modified) src/Makefile.am: update a- and c-weighting filter filenames Thu, 01 Oct 2009 07:04:35 GMT Paul Brossier [1942323] * src/onset/onsetdetection.c (modified) src/onset/onsetdetection.c: fix off by one error in complexdomain ... Thu, 01 Oct 2009 06:24:00 GMT Paul Brossier [bc4e175] * swig/aubio.i (modified) swig/aubio.i: update filter interface Thu, 01 Oct 2009 06:22:29 GMT Paul Brossier [7ac818f] * tests/src/test-beattracking.c (modified) * tests/src/test-resample.c (modified) * tests/src/test-tempo.c (modified) * tests/src/test-tss.c (modified) tests/src: include stdio.h as needed, add HAVE_LIBSAMPLERATE Wed, 30 Sep 2009 15:42:13 GMT Paul Brossier [ae6e15c] * interfaces/python/README (added) * interfaces/python/aubio-types.h (added) * interfaces/python/aubiomodule.c (modified) * interfaces/python/py-fvec.c (added) * interfaces/python/setup.py (modified) * interfaces/python/test_aubio.py (added) interfaces/python: improve draft wrapper alpha_norm example, add some ... Wed, 30 Sep 2009 01:54:34 GMT Paul Brossier [7de4de0] * configure.ac (modified) * interfaces/cpp/Makefile.am (moved) * interfaces/cpp/aubiocpp.cpp (moved) * interfaces/cpp/aubiocpp.h (moved) * interfaces/cpp/wscript_build (moved) * wscript (modified) moved cpp to interfaces/ Wed, 30 Sep 2009 01:46:35 GMT Paul Brossier [0a6c211] * interfaces/python/aubiomodule.c (added) * interfaces/python/setup.py (added) added new python interface draft, work in progress Wed, 30 Sep 2009 01:45:12 GMT Paul Brossier [1094f52] * configure.ac (modified) * interfaces/java/Makefile.am (moved) * interfaces/java/aubio/Makefile.am (moved) * interfaces/java/aubio/main.java (moved) created interfaces directory, moved java there and added new python ... Wed, 30 Sep 2009 00:44:52 GMT Paul Brossier [1cc007c] * wscript (modified) wscript: updated for waf r6742 Tue, 29 Sep 2009 23:24:56 GMT Paul Brossier [7e114c8] * tests/python/src/temporal/a_weighting.py (moved) tests/python/src/temporal/a_weighting.py: moved from adesign.py Tue, 29 Sep 2009 18:45:41 GMT Paul Brossier [f11d78d] * tests/src/wscript_build (deleted) * wscript (modified) wscript: move test build rules from tests/src/wscript_build, use new ... Tue, 29 Sep 2009 18:14:26 GMT Paul Brossier [899dfd3] * src/temporal/filter.h (modified) src/temporal/filter.h: 80 characters maximum per line Tue, 29 Sep 2009 18:08:10 GMT Paul Brossier [a54502c] * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) src/temporal/filter.{c,h}: indent, update copyright and license Tue, 29 Sep 2009 17:58:43 GMT Paul Brossier [6481c0c] * src/temporal/filter.c (modified) src/temporal/filter.c: fix aubio_filter_do and aubio_filter_do_outplace Tue, 29 Sep 2009 06:01:01 GMT Paul Brossier [78d14d4] * src/aubio_priv.h (modified) src/aubio_priv.h: add alias from AUBIO_ERR to AUBIO_ERROR Tue, 29 Sep 2009 06:00:12 GMT Paul Brossier [a253fd4] * src/aubio.h (modified) src/aubio.h: update header names Tue, 29 Sep 2009 05:58:03 GMT Paul Brossier [c159aeb] * src/pitch/pitchdetection.c (modified) * src/temporal/a_weighting.c (moved) * src/temporal/a_weighting.h (moved) * src/temporal/c_weighting.c (moved) * src/temporal/c_weighting.h (moved) * src/temporal/filter.h (modified) * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-filter.c (modified) src/temporal: rename adesign/adsgn to a_weighting, idem for c_weighting Tue, 29 Sep 2009 05:43:12 GMT Paul Brossier [a4364b8] * src/Makefile.am (modified) * src/pitch/pitchdetection.c (modified) * src/temporal/adesign.c (modified) * src/temporal/adesign.h (modified) * src/temporal/cdesign.c (modified) * src/temporal/cdesign.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * src/temporal/filter_priv.h (deleted) * tests/src/temporal/test-aweighting.c (added) * tests/src/temporal/test-cweighting.c (added) * tests/src/test-filter.c (modified) src/temporal: revamp filter object, clarify API for A- and ... Mon, 28 Sep 2009 20:02:20 GMT Paul Brossier [d9c45df] * src/spectral/spectral_centroid.h (modified) src/spectral/spectral_centroid.h: protect with #ifndef _FOO_H and ... Mon, 28 Sep 2009 19:57:10 GMT Paul Brossier [34eee42] * src/temporal/adesign.h (modified) * src/temporal/cdesign.h (modified) src/temporal/: avoid include in .h, protect with #ifndef _FOO_H and ... Mon, 28 Sep 2009 19:55:45 GMT Paul Brossier [a695854] * src/pitch/pitchdetection.c (modified) src/pitch/pitchdetection.c: include filter.h