#
# ChangeLog for src/aubio.h
#
# Generated by Trac 1.2
# Apr 27, 2025, 7:10:11 PM

Fri, 04 Dec 2009 00:45:04 GMT Paul Brossier <piem@piem.org> [02a01dd]
	* src/aubio.h (modified)

	src/aubio.h: switch to mono


Thu, 05 Nov 2009 23:14:23 GMT Paul Brossier <piem@piem.org> [c03e777]
	* src/aubio.h (modified)

	src/aubio.h: make filterbank public, should be stable enough now


Thu, 05 Nov 2009 23:06:27 GMT Paul Brossier <piem@piem.org> [3e17aed]
	* src/aubio.h (modified)
	* src/onset/onset.c (modified)
	* src/onset/peakpicker.c (moved)
	* src/onset/peakpicker.h (moved)
	* src/tempo/tempo.c (modified)

	src/: rename peakpick.h to peakpicker.h, make public again


Thu, 05 Nov 2009 17:08:38 GMT Paul Brossier <piem@piem.org> [9d3fa49]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/wscript_build (modified)

	src/aubio.h: do not include config.h, do not install it


Wed, 04 Nov 2009 23:26:06 GMT Paul Brossier <piem@piem.org> [998d4d6]
	* src/aubio.h (modified)

	src/aubio.h: fix typo, improve code example


Wed, 04 Nov 2009 21:24:06 GMT Paul Brossier <piem@piem.org> [1651b58]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/spectral/specdesc.c (modified)
	* src/spectral/spectral_centroid.c (deleted)
	* src/spectral/spectral_centroid.h (deleted)
	* src/spectral/statistics.c (added)

	src/spectral/: added statistics.c, containing some cuidado spectral ...


Tue, 03 Nov 2009 17:23:04 GMT Paul Brossier <piem@piem.org> [31907fd]
	* python/aubio/aubioclass.py (modified)
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/onset/onset.c (modified)
	* src/onset/onset.h (modified)
	* src/spectral/specdesc.c (moved)
	* src/spectral/specdesc.h (moved)
	* src/tempo/tempo.c (modified)
	* tests/src/test-onsetdetection.c (modified)

	src/spectral/specdesc.{c,h}: rename aubio_onsetdetection to ...


Sun, 25 Oct 2009 20:03:00 GMT Paul Brossier <piem@piem.org> [4ef9a9b]
	* src/aubio.h (modified)

	src/aubio.h: improve documentation


Thu, 22 Oct 2009 01:13:07 GMT Paul Brossier <piem@piem.org> [83963b3]
	* src/aubio.h (modified)
	* src/aubio_priv.h (modified)
	* src/mathutils.c (modified)
	* src/mathutils.h (modified)
	* src/musicutils.h (added)
	* src/pitch/pitch.c (modified)
	* src/pitch/pitchfcomb.c (modified)
	* src/vecutils.c (modified)

	strip down stable public API, defining add AUBIO_UNSTABLE to access ...


Wed, 21 Oct 2009 13:41:35 GMT Paul Brossier <piem@piem.org> [3ad2ef6]
	* src/aubio.h (modified)

	src/aubio.h: remove HAVE_SAMPLERATE, not needed here


Mon, 19 Oct 2009 12:45:13 GMT Paul Brossier <piem@piem.org> [b01bd4a]
	* src/aubio.h (modified)
	* src/onset/peakpick.c (modified)
	* src/temporal/biquad.c (modified)
	* src/temporal/biquad.h (modified)
	* swig/aubio.i (modified)
	* tests/src/test-biquad.c (modified)

	src/temporal: derive biquad from filter, use in peakpicker


Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier <piem@piem.org> [ca1abdd]
	* plugins/puredata/aubiopitch~.c (modified)
	* python/aubio/aubioclass.py (modified)
	* python/aubio/task/notes.py (modified)
	* python/aubio/task/pitch.py (modified)
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/pitch/pitch.c (moved)
	* src/pitch/pitch.h (moved)
	* swig/aubio.i (modified)
	* tests/python/src/pitch/pitchdetection.py (modified)
	* tests/src/Makefile.am (modified)
	* tests/src/test-pitchdetection.c (modified)

	rename aubio_pitchdetection to aubio_pitch


Thu, 08 Oct 2009 10:27:41 GMT Paul Brossier <piem@piem.org> [0af05d3]
	* src/aubio.h (modified)
	* src/temporal/resampler.c (moved)
	* src/temporal/resampler.h (moved)

	rename src/temporal/resample.c to src/temporal/resampler.c


Tue, 29 Sep 2009 06:00:12 GMT Paul Brossier <piem@piem.org> [a253fd4]
	* src/aubio.h (modified)

	src/aubio.h: update header names


Mon, 28 Sep 2009 19:16:09 GMT Paul Brossier <piem@piem.org> [d2d862b]
	* src/aubio.h (modified)

	src/aubio.h: include vecutils.h


Sat, 26 Sep 2009 04:51:19 GMT Paul Brossier <piem@piem.org> [d7d0cdf]
	* src/aubio.h (modified)

	src/aubio.h: add HAVE_SAMPLERATE flags


Fri, 25 Sep 2009 22:04:55 GMT Paul Brossier <piem@piem.org> [a6db140]
	* src/aubio.h (modified)
	* src/aubio_priv.h (modified)
	* src/cvec.c (modified)
	* src/cvec.h (modified)
	* src/fvec.c (modified)
	* src/fvec.h (modified)
	* src/lvec.c (modified)
	* src/lvec.h (modified)
	* src/mathutils.c (modified)
	* src/mathutils.h (modified)
	* src/types.h (modified)

	src/*.[ch]: update copyrights and license from 2003 / GPLv2 to ...


Wed, 16 Sep 2009 23:20:54 GMT Paul Brossier <piem@piem.org> [06cae6c]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/spectral/filterbank.c (modified)
	* src/spectral/filterbank.h (modified)
	* src/spectral/filterbank_mel.c (added)
	* src/spectral/filterbank_mel.h (added)
	* src/spectral/mfcc.c (modified)
	* swig/aubio.i (modified)

	src/spectral/filterbank.c: refactorise filter bank, split mel ...


Sun, 13 Jul 2008 19:50:47 GMT Paul Brossier <piem@piem.org> [bf9d8a6]
	* src/aubio.h (modified)

	src/aubio.h: indent, only cosmetic changes


Sat, 01 Dec 2007 21:53:01 GMT Paul Brossier <piem@piem.org> [658cb41]
	* src/aubio.h (modified)

	aubio.h: add lvec, adesign and cdesign


Sat, 24 Nov 2007 22:02:29 GMT Paul Brossier <piem@piem.org> [6c7d49b]
	* ext/sndfileio.c (modified)
	* src/aubio.h (modified)
	* src/fvec.c (modified)
	* src/mathutils.c (modified)
	* src/onset/onset.c (modified)
	* src/onset/onsetdetection.c (modified)
	* src/onset/peakpick.c (modified)
	* src/pitch/pitchdetection.c (modified)
	* src/pitch/pitchfcomb.c (modified)
	* src/pitch/pitchmcomb.c (modified)
	* src/pitch/pitchschmitt.c (modified)
	* src/pitch/pitchyin.c (modified)
	* src/pitch/pitchyinfft.c (modified)
	* src/sample.h (deleted)
	* src/spectral/filterbank.c (modified)
	* src/spectral/mfcc.c (modified)
	* src/spectral/tss.c (modified)
	* src/tempo/beattracking.c (modified)
	* src/tempo/tempo.c (modified)
	* src/temporal/biquad.c (modified)
	* src/temporal/filter.c (modified)
	* src/temporal/resample.c (modified)
	* src/utils/hist.c (modified)
	* src/utils/scale.c (modified)

	remove src/sample.h


Sat, 24 Nov 2007 21:47:15 GMT Paul Brossier <piem@piem.org> [fc6c831]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/mathutils.c (modified)
	* src/mathutils.h (modified)
	* src/spectral/spectral_centroid.c (added)
	* src/spectral/spectral_centroid.h (added)

	moved spectral_centroid to new file


Sat, 24 Nov 2007 21:00:20 GMT Paul Brossier <piem@piem.org> [32d6958]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/onset/onset.c (modified)
	* src/onset/onsetdetection.c (modified)
	* src/onset/peakpick.c (modified)
	* src/pitch/pitchdetection.c (modified)
	* src/pitch/pitchfcomb.c (modified)
	* src/pitch/pitchyinfft.c (modified)
	* src/spectral/fft.c (moved)
	* src/spectral/fft.h (moved)
	* src/spectral/filterbank.c (moved)
	* src/spectral/filterbank.h (moved)
	* src/spectral/mfcc.c (moved)
	* src/spectral/mfcc.h (moved)
	* src/spectral/phasevoc.c (moved)
	* src/spectral/phasevoc.h (moved)
	* src/spectral/tss.c (moved)
	* src/spectral/tss.h (moved)
	* src/tempo/beattracking.c (modified)
	* src/tempo/tempo.c (modified)
	* src/temporal/biquad.c (moved)
	* src/temporal/biquad.h (moved)
	* src/temporal/filter.c (moved)
	* src/temporal/filter.h (moved)
	* src/temporal/resample.c (moved)
	* src/temporal/resample.h (moved)
	* src/utils/hist.c (moved)
	* src/utils/hist.h (moved)
	* src/utils/scale.c (moved)
	* src/utils/scale.h (moved)

	src/: more moving and splitting


Sat, 24 Nov 2007 20:08:04 GMT Paul Brossier <piem@piem.org> [bcf38fe]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/onset/onset.c (moved)
	* src/onset/onset.h (moved)
	* src/onset/peakpick.c (moved)
	* src/onset/peakpick.h (moved)
	* src/pitch/pitchdetection.c (moved)
	* src/pitch/pitchdetection.h (moved)
	* src/tempo/beattracking.c (moved)
	* src/tempo/beattracking.h (moved)
	* src/tempo/tempo.c (moved)
	* src/tempo/tempo.h (moved)

	src/: move tempo files to src/tempo, continue moving pitch and onset ...


Sat, 24 Nov 2007 19:47:55 GMT Paul Brossier <piem@piem.org> [2d8cffa]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/filterbank.h (modified)
	* src/onset.c (modified)
	* src/onset/onsetdetection.c (moved)
	* src/onset/onsetdetection.h (moved)
	* src/pitch/pitchfcomb.c (moved)
	* src/pitch/pitchfcomb.h (moved)
	* src/pitch/pitchmcomb.c (moved)
	* src/pitch/pitchmcomb.h (moved)
	* src/pitch/pitchschmitt.c (moved)
	* src/pitch/pitchschmitt.h (moved)
	* src/pitch/pitchyin.c (moved)
	* src/pitch/pitchyin.h (moved)
	* src/pitch/pitchyinfft.c (moved)
	* src/pitch/pitchyinfft.h (moved)
	* src/pitchdetection.c (modified)
	* src/tempo.c (modified)

	move pitch methods to pitch/, onset detection functions to onset/


Sat, 24 Nov 2007 17:46:30 GMT Paul Brossier <piem@piem.org> [7873363]
	* examples/Makefile.am (modified)
	* examples/aubiomfcc.c (added)
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/filterbank.c (added)
	* src/filterbank.h (added)
	* src/mfcc.c (added)
	* src/mfcc.h (added)
	* swig/aubio.i (modified)
	* tests/python/demo/plot_mfcc_filterbank.py (added)
	* tests/python/filterbank.py (added)
	* tests/python/filterbank_mfcc.txt (added)

	merge with aubio-mfcc branch, adding filterbank and mfcc first draft. ...


Tue, 30 Oct 2007 02:01:07 GMT Paul Brossier <piem@piem.org> [71d9f52]
	* src/aubio.h (modified)

	aubio.h: remove tabs


Sat, 08 Sep 2007 13:36:12 GMT Paul Brossier <piem@piem.org> [3504fd7f]
	* src/aubio.h (modified)

	aubio.h: add filterbank.h


Wed, 05 Sep 2007 19:37:09 GMT Paul Brossier <piem@piem.org> [fe28ff3]
	* examples/aubiomfcc.c (modified)
	* src/aubio.h (modified)
	* src/aubiofilterbank.c (modified)
	* src/aubiofilterbank.h (modified)
	* src/mfcc.h (modified)

	minor corrections


Sat, 22 Jul 2006 09:41:27 GMT Paul Brossier <piem@altern.org> [7524d0b]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/onset.c (added)
	* src/onset.h (added)
	* src/tempo.c (added)
	* src/tempo.h (added)

	add tempo and onset functions
	add tempo and onset functions


Sat, 22 Jul 2006 09:39:18 GMT Paul Brossier <piem@altern.org> [3eb0cc3]
	* src/aubio.h (modified)

	update doxygen introduction
	update doxygen introduction


Wed, 12 Jul 2006 16:41:11 GMT Paul Brossier <piem@altern.org> [637a3ce]
	* src/aubio.h (modified)

	add yinfft to aubio.h
	add yinfft to aubio.h


Thu, 18 May 2006 18:51:59 GMT Paul Brossier <piem@altern.org> [9a83b91]
	* doc/devel.cfg (modified)
	* doc/user.cfg (modified)
	* src/aubio.h (modified)

	update doxygen configs, include README from aubio.h
	update doxygen ...


Wed, 17 May 2006 19:49:55 GMT Paul Brossier <piem@altern.org> [554938f]
	* src/aubio.h (modified)

	update aubio.h docs
	update aubio.h docs


Sun, 22 May 2005 16:36:47 GMT Paul Brossier <piem@altern.org> [b78805a]
	* VERSION (modified)
	* examples/Makefile.am (modified)
	* examples/aubiotrack.c (added)
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/beattracking.c (added)
	* src/beattracking.h (added)
	* src/peakpick.c (modified)

	import 0.1.9beta5 with beat tracking
	import 0.1.9beta5 with beat tracking


Tue, 10 May 2005 14:36:37 GMT Paul Brossier <piem@altern.org> [7a04950]
	* src/Makefile.am (modified)
	* src/aubio.h (modified)
	* src/pitchfcomb.c (added)
	* src/pitchfcomb.h (added)
	* src/pitchmcomb.c (modified)
	* src/pitchmcomb.h (modified)
	* src/pitchschmitt.c (added)
	* src/pitchschmitt.h (added)
	* swig/aubio.i (modified)

	added pitchfcomb and pitchschmitt


Mon, 06 Dec 2004 19:05:28 GMT Paul Brossier <piem@altern.org> [205da86]
	* examples/aubioonset.c (modified)
	* ext/Makefile.am (added)
	* ext/Makefile.in (added)
	* ext/jackio.c (moved)
	* ext/jackio.h (moved)
	* ext/sndfileio.c (moved)
	* ext/sndfileio.h (moved)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/aubio.h (modified)
	* swig/Makefile.am (modified)
	* swig/Makefile.in (modified)
	* swig/aubio.i (modified)

	moved jack and sndfile to aubioext


Mon, 06 Dec 2004 18:51:31 GMT Paul Brossier <piem@altern.org> [b60dd4ae]
	* Makefile.am (modified)
	* Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* examples/Makefile.am (modified)
	* examples/Makefile.in (modified)
	* examples/aubionotes.c (modified)
	* examples/aubionotesmedian.c (modified)
	* ext/midi/list.c (moved)
	* ext/midi/list.h (moved)
	* ext/midi/midi.c (moved)
	* ext/midi/midi.h (moved)
	* ext/midi/midi_alsa_raw.c (moved)
	* ext/midi/midi_alsa_seq.c (moved)
	* ext/midi/midi_driver.c (moved)
	* ext/midi/midi_driver.h (moved)
	* ext/midi/midi_event.c (moved)
	* ext/midi/midi_event.h (moved)
	* ext/midi/midi_file.c (moved)
	* ext/midi/midi_file.h (moved)
	* ext/midi/midi_parser.c (moved)
	* ext/midi/midi_parser.h (moved)
	* ext/midi/midi_player.c (moved)
	* ext/midi/midi_player.h (moved)
	* ext/midi/midi_track.c (moved)
	* ext/midi/midi_track.h (moved)
	* ext/midi/timer.c (moved)
	* ext/midi/timer.h (moved)
	* src/Makefile.am (modified)
	* src/Makefile.in (modified)
	* src/aubio.h (modified)

	moved midi functions to ext/


Thu, 28 Oct 2004 23:42:43 GMT Paul Brossier <piem@altern.org> [96fb8ad]
	* AUTHORS (added)
	* COPYING (added)
	* ChangeLog (added)
	* INSTALL (added)
	* Makefile.am (added)
	* Makefile.in (added)
	* NEWS (added)
	* README (added)
	* THANKS (added)
	* TODO (added)
	* VERSION (added)
	* aclocal.m4 (added)
	* aubio.pc.in (added)
	* bootstrap (added)
	* config.guess (added)
	* config.sub (added)
	* configure (added)
	* configure.ac (added)
	* depcomp (added)
	* doc/Makefile.am (added)
	* doc/Makefile.in (added)
	* doc/aubio.css (added)
	* doc/devel.cfg (added)
	* doc/examples.cfg (added)
	* doc/user.cfg (added)
	* examples/Makefile.am (added)
	* examples/Makefile.in (added)
	* examples/aubionotes.1 (added)
	* examples/aubionotes.c (added)
	* examples/aubionotesmedian.c (added)
	* examples/aubioonset.1 (added)
	* examples/aubioonset.c (added)
	* examples/midialsa.c (added)
	* examples/midiparse.c (added)
	* examples/midiplay.c (added)
	* examples/testforclam.c (added)
	* examples/utils.c (added)
	* examples/utils.h (added)
	* install-sh (added)
	* ltmain.sh (added)
	* missing (added)
	* mkinstalldirs (added)
	* plugins/Makefile.am (added)
	* plugins/Makefile.in (added)
	* plugins/audacity/Makefile.am (added)
	* plugins/audacity/Makefile.in (added)
	* plugins/audacity/README (added)
	* plugins/audacity/audacity-libnyquist.diff (added)
	* plugins/audacity/audacity-nyquist.diff (added)
	* plugins/audacity/plug-ins/Makefile.am (added)
	* plugins/audacity/plug-ins/Makefile.in (added)
	* plugins/audacity/plug-ins/aubioonset.ny (added)
	* plugins/wavesurfer/Makefile.am (added)
	* plugins/wavesurfer/Makefile.in (added)
	* plugins/wavesurfer/README (added)
	* plugins/wavesurfer/aubio.conf (added)
	* plugins/wavesurfer/aubio.plug (added)
	* py-compile (added)
	* python/Makefile.am (added)
	* python/Makefile.in (added)
	* python/README (added)
	* python/aubio/Makefile.am (added)
	* python/aubio/Makefile.in (added)
	* python/aubio/__init__.py (added)
	* python/aubio/aubioclass.py (added)
	* python/aubio/gnuplot.py (added)
	* python/aubio/median.py (added)
	* python/aubio/onsetcompare.py (added)
	* python/aubio/txtfile.py (added)
	* python/aubiocompare-onset (added)
	* python/aubiocut (added)
	* python/aubiofilter-notes (added)
	* python/aubionotes (added)
	* python/aubioonset (added)
	* python/aubiopitch (added)
	* python/aubioplot-notes (added)
	* sounds/Makefile.am (added)
	* sounds/Makefile.in (added)
	* sounds/woodblock.aiff (added)
	* src/Makefile.am (added)
	* src/Makefile.in (added)
	* src/aubio.h (added)
	* src/aubio_priv.h (added)
	* src/biquad.c (added)
	* src/biquad.h (added)
	* src/config.h (added)
	* src/config.h.in (added)
	* src/fft.c (added)
	* src/fft.h (added)
	* src/filter.c (added)
	* src/filter.h (added)
	* src/hist.c (added)
	* src/hist.h (added)
	* src/jackio.c (added)
	* src/jackio.h (added)
	* src/list.c (added)
	* src/list.h (added)
	* src/mathutils.c (added)
	* src/mathutils.h (added)
	* src/midi.c (added)
	* src/midi.h (added)
	* src/midi_alsa_raw.c (added)
	* src/midi_alsa_seq.c (added)
	* src/midi_driver.c (added)
	* src/midi_driver.h (added)
	* src/midi_event.c (added)
	* src/midi_event.h (added)
	* src/midi_file.c (added)
	* src/midi_file.h (added)
	* src/midi_parser.c (added)
	* src/midi_parser.h (added)
	* src/midi_player.c (added)
	* src/midi_player.h (added)
	* src/midi_track.c (added)
	* src/midi_track.h (added)
	* src/onsetdetection.c (added)
	* src/onsetdetection.h (added)
	* src/peakpick.c (added)
	* src/peakpick.h (added)
	* src/phasevoc.c (added)
	* src/phasevoc.h (added)
	* src/pitchdetection.c (added)
	* src/pitchdetection.h (added)
	* src/pitchmcomb.c (added)
	* src/pitchmcomb.h (added)
	* src/pitchyin.c (added)
	* src/pitchyin.h (added)
	* src/resample.c (added)
	* src/resample.h (added)
	* src/sample.c (added)
	* src/sample.h (added)
	* src/scale.c (added)
	* src/scale.h (added)
	* src/sndfileio.c (added)
	* src/sndfileio.h (added)
	* src/timer.c (added)
	* src/timer.h (added)
	* src/tss.c (added)
	* src/tss.h (added)
	* src/types.h (added)
	* swig/Makefile.am (added)
	* swig/Makefile.in (added)
	* swig/aubio.i (added)

	import 0.1.7.1