# # ChangeLog for python/tests/test_mfcc.py # # Generated by Trac 1.2 # Dec 15, 2024, 6:58:49 PM Tue, 11 Dec 2018 15:47:32 GMT Paul Brossier [c1ba75b] * .gitignore (modified) * doc/py_analysis.rst (added) * doc/py_spectral.rst (added) * doc/py_synth.rst (added) * doc/py_temporal.rst (added) * doc/python.rst (modified) * examples/aubiomfcc.c (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubioquiet.c (modified) * examples/aubiotrack.c (modified) * python/ext/aubio-docstrings.h (added) * python/ext/aubio-types.h (modified) * python/ext/py-fft.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-filterbank.c (modified) * python/lib/gen_code.py (modified) * python/tests/test_mfcc.py (modified) * scripts/get_waf.sh (modified) * src/pitch/pitchspecacf.c (modified) * src/spectral/awhitening.c (modified) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) * src/utils/hist.c (modified) * tests/src/spectral/test-awhitening.c (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/test-mathutils.c (modified) * wscript (modified) Merge branch 'master' into feature/pytest Mon, 03 Dec 2018 14:00:40 GMT Paul Brossier [581c8b5] * python/tests/test_mfcc.py (modified) [tests] mfcc norm/scale with real values Wed, 21 Nov 2018 11:59:31 GMT Paul Brossier [bf3f09b] * .appveyor.yml (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-source.c (modified) * python/lib/gen_external.py (modified) * python/tests/test_mfcc.py (modified) * scripts/get_waf.sh (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 21:11:34 GMT Paul Brossier [7ed058c] * python/tests/test_mfcc.py (modified) [test] mfcc.set_mel_coeffs_slaney takes no parameter Sat, 17 Nov 2018 18:24:51 GMT Paul Brossier [ff28d81] * python/tests/test_mfcc.py (modified) Merge branch 'master' into feature/pytest Sat, 17 Nov 2018 18:07:46 GMT Paul Brossier [62c2d00] * python/tests/test_mfcc.py (modified) [tests] add tests for mfcc filterbank settings Fri, 02 Nov 2018 21:13:56 GMT Paul Brossier [7fd92ca] * python/tests/_tools.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) [tests] use run_module_suite so tests can run when pytest is not ... Fri, 02 Nov 2018 21:09:36 GMT Paul Brossier [8607a74] * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) [tests] [py27] make sure all classes are old-school 'new-style' Thu, 01 Nov 2018 23:20:45 GMT Paul Brossier [bee9445] * python/tests/test_mfcc.py (modified) [tests] default to pytest in mfcc Thu, 01 Nov 2018 22:55:25 GMT Paul Brossier [d4fae34] * python/tests/__init__.py (deleted) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (modified) * python/tests/test_phasevoc.py (modified) * python/tests/test_slicing.py (modified) [tests] remove __init__.py, use absolute imports Thu, 01 Nov 2018 21:30:57 GMT Paul Brossier [38592a6] * python/tests/_tools.py (moved) * python/tests/test_mfcc.py (modified) [tests] use _tools in test_mfcc Tue, 12 Jul 2016 18:26:30 GMT Paul Brossier [c395732] * python/tests/test_mfcc.py (modified) python/tests/test_mfcc.py: test for wrong input size (see #63) 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 Sat, 14 May 2016 03:30:43 GMT Paul Brossier [b6b65cb] * python/tests/test_mfcc.py (added) python/tests/test_mfcc.py: add more tests