# # ChangeLog for python/tests/test_filterbank_mel.py # # Generated by Trac 1.2 # Mar 28, 2024, 4:45:18 PM Sat, 17 Nov 2018 15:38:29 GMT Paul Brossier [a95b386] * Makefile (modified) * doc/py_utils.rst (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/lib/gen_code.py (modified) * python/tests/test_fft.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_hztomel.py (added) * python/tests/test_source_channels.py (added) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/musicutils.c (added) * src/musicutils.h (modified) * src/spectral/fft.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) * tests/src/spectral/test-filterbank.c (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 13:26:54 GMT Paul Brossier [c853c1d] * python/tests/test_filterbank_mel.py (modified) [py] add tests for new filterbank methods Sat, 10 Nov 2018 11:07:12 GMT Paul Brossier [75f9fff] * python/tests/test_filterbank_mel.py (modified) [py] fb.set_triangle_bands does not warn for freqs <= samplerate/2 Sat, 10 Nov 2018 11:00:25 GMT Paul Brossier [8354cb8] * python/tests/test_filterbank_mel.py (modified) [py] add assert_warns to filterbank.set_triangle_bands tests Sat, 10 Nov 2018 11:00:06 GMT Paul Brossier [ed09ba7c] * python/tests/test_filterbank_mel.py (modified) [py] remove duplicate tests Sat, 10 Nov 2018 10:58:54 GMT Paul Brossier [893e699] * python/tests/test_filterbank_mel.py (modified) * src/spectral/filterbank_mel.c (modified) Merge branch 'master' into feature/pytest Fri, 09 Nov 2018 18:13:31 GMT Paul Brossier [693de50] * python/tests/test_filterbank_mel.py (modified) [tests] also test for duplicate values in set_triangle_bands Fri, 09 Nov 2018 18:05:40 GMT Paul Brossier [e33d960] * python/tests/test_filterbank_mel.py (modified) [filterbank] improve unit tests Fri, 09 Nov 2018 16:30:38 GMT Paul Brossier [98c712e] * python/tests/test_filterbank_mel.py (modified) [tests] set_triangle_bands should when list starts with 0 (see #206) Fri, 02 Nov 2018 19:34:17 GMT Paul Brossier [67024ff] * python/tests/test_filterbank_mel.py (modified) * python/tests/test_source.py (modified) [tests] capture warnings from filterbank_mel, improve coverage Thu, 01 Nov 2018 23:23:40 GMT Paul Brossier [0d52f92] * python/tests/test_filterbank_mel.py (modified) [tests] remove warning filter Thu, 01 Nov 2018 01:53:33 GMT Paul Brossier [319edae] * python/tests/test_fft.py (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec_shift.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_onset.py (modified) [tests] avoid some imports, move main to end Thu, 14 Sep 2017 14:33:56 GMT Paul Brossier [9a52962] * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank_mel.py: ignore UserWarnings Thu, 14 Sep 2017 14:33:21 GMT Paul Brossier [e116e19] * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) python/tests/test_filterbank*.py: clean-up, improve get_coeff tests Mon, 16 May 2016 03:08:18 GMT Paul Brossier [0b6d23d] * python/tests/test_aubio.py (modified) * python/tests/test_cvec.py (modified) * python/tests/test_fft.py (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec.py (modified) * python/tests/test_mathutils.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_onset.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) * python/tests/test_specdesc.py (modified) * python/tests/test_zero_crossing_rate.py (modified) * python/tests/utils.py (modified) python/tests: fix most prospect warnings Sun, 24 Apr 2016 22:53:03 GMT Paul Brossier [c4b2183] * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * python/tests/test_fvec.py (modified) * python/tests/test_musicutils.py (modified) * python/tests/test_pitch.py (modified) * python/tests/test_specdesc.py (modified) python/tests: use aubio.float_type Sun, 10 Feb 2013 01:47:37 GMT Paul Brossier [26adcfb] * python/demos/demo_beats_and_tempo.py (moved) * python/demos/demo_onset_sinusoid.py (moved) * python/demos/demo_pitch_sinusoid.py (moved) * python/demos/demo_simple_robot_voice.py (moved) * python/demos/demo_sink.py (moved) * python/demos/demo_source.py (moved) * python/demos/demo_spectrogram.py (moved) * python/demos/demo_tss.py (moved) * python/tests/test_aubio.py (moved) * python/tests/test_cvec.py (moved) * python/tests/test_fft.py (moved) * python/tests/test_filter.py (moved) * python/tests/test_filterbank.py (moved) * python/tests/test_filterbank_mel.py (moved) * python/tests/test_fvec.py (moved) * python/tests/test_onset.py (moved) * python/tests/test_peakpicker.py (moved) * python/tests/test_phasevoc.py (moved) * python/tests/test_pitch.py (moved) * python/tests/test_source.py (moved) * python/tests/test_specdesc.py (moved) moved tests to subdirectory