# # ChangeLog for python/tests # # Generated by Trac 1.2 # Oct 19, 2024, 6:38:19 AM Wed, 05 Dec 2018 21:34:39 GMT Paul Brossier [633400d] * .appveyor.yml (modified) * .circleci/config.yml (added) * .coveragerc (added) * .gitignore (modified) * .travis.yml (modified) * ChangeLog (modified) * MANIFEST.in (modified) * Makefile (modified) * README.md (modified) * VERSION (modified) * aubio.pc.in (modified) * azure-pipelines.yml (added) * doc/Makefile (modified) * doc/about.rst (added) * doc/android.rst (added) * doc/aubio.txt (added) * doc/aubiocut.txt (modified) * doc/aubiomfcc.txt (modified) * doc/aubionotes.txt (modified) * doc/aubioonset.txt (modified) * doc/aubiopitch.txt (modified) * doc/aubiotrack.txt (modified) * doc/binaries.rst (added) * doc/building.rst (modified) * doc/cli.rst (modified) * doc/cli_features.rst (added) * doc/conf.py (modified) * doc/debian_packages.rst (modified) * doc/develop.rst (modified) * doc/download.rst (modified) * doc/full.cfg (modified) * doc/index.rst (modified) * doc/installing.rst (modified) * doc/py_datatypes.rst (added) * doc/py_examples.rst (added) * doc/py_io.rst (added) * doc/py_utils.rst (added) * doc/python.rst (added) * doc/python_module.rst (modified) * doc/requirements.rst (modified) * doc/statuslinks.rst (added) * doc/web.cfg (modified) * doc/xcode_frameworks.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) * examples/parse_args.h (modified) * examples/utils.c (modified) * examples/utils.h (modified) * python/README.md (modified) * python/__init__.py (deleted) * python/demos/demo_alsa.py (added) * python/demos/demo_bench_yin.py (added) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_filter.py (modified) * python/demos/demo_filterbank.py (modified) * python/demos/demo_notes.py (added) * python/demos/demo_pitch_sinusoid.py (modified) * python/demos/demo_pyaudio.py (added) * python/demos/demo_source_simple.py (modified) * python/demos/demo_tapthebeat.py (added) * python/demos/demo_timestretch.py (modified) * python/demos/demo_timestretch_online.py (modified) * python/demos/demo_wav2midi.py (added) * python/demos/demo_yin_compare.py (added) * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-cvec.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) * python/ext/ufuncs.c (modified) * python/lib/__init__.py (deleted) * python/lib/aubio/__init__.py (modified) * python/lib/aubio/cmd.py (added) * python/lib/aubio/cut.py (added) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) * python/lib/gen_code.py (modified) * python/lib/gen_external.py (modified) * python/lib/moresetuptools.py (modified) * python/scripts/aubiocut (deleted) * python/tests/__init__.py (added) * python/tests/eval_pitch (modified) * python/tests/test_aubio.py (modified) * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) * python/tests/test_dct.py (added) * 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_fvec_shift.py (added) * python/tests/test_hztomel.py (added) * python/tests/test_mfcc.py (modified) * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_notes.py (added) * 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_source_channels.py (added) * python/tests/test_tempo.py (added) * scripts/build_android (added) * scripts/build_apple_frameworks (modified) * scripts/build_emscripten (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * scripts/setenv_local.sh (modified) * setup.py (modified) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/cvec.h (modified) * src/fmat.c (modified) * src/fvec.c (modified) * src/io/audio_unit.c (modified) * src/io/ioutils.c (added) * src/io/ioutils.h (added) * src/io/sink.c (modified) * src/io/sink_apple_audio.c (modified) * src/io/sink_sndfile.c (modified) * src/io/sink_wavwrite.c (modified) * src/io/source.c (modified) * src/io/source_apple_audio.c (modified) * src/io/source_avcodec.c (modified) * src/io/source_sndfile.c (modified) * src/io/source_wavread.c (modified) * src/io/utils_apple_audio.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/musicutils.c (added) * src/musicutils.h (modified) * src/notes/notes.c (modified) * src/notes/notes.h (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.c (modified) * src/pitch/pitch.c (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchspecacf.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfast.c (added) * src/pitch/pitchyinfast.h (added) * src/pitch/pitchyinfft.c (modified) * src/spectral/awhitening.c (added) * src/spectral/awhitening.h (added) * src/spectral/dct.c (added) * src/spectral/dct.h (added) * src/spectral/dct_accelerate.c (added) * src/spectral/dct_fftw.c (added) * src/spectral/dct_ipp.c (added) * src/spectral/dct_ooura.c (added) * src/spectral/dct_plain.c (added) * 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) * src/spectral/ooura_fft8g.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.c (modified) * src/spectral/specdesc.h (modified) * src/synth/sampler.c (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * src/temporal/biquad.c (modified) * src/temporal/resampler.c (modified) * src/utils/hist.c (modified) * src/utils/log.c (modified) * src/utils/log.h (modified) * src/utils/parameter.c (modified) * src/utils/windll.c (modified) * src/vecutils.c (modified) * src/wscript_build (modified) * tests/create_tests_source.py (added) * tests/src/io/test-sink-multi.c (modified) * tests/src/io/test-sink.c (modified) * tests/src/io/test-sink_apple_audio-multi.c (modified) * tests/src/io/test-sink_apple_audio.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-sink_wavwrite-multi.c (modified) * tests/src/io/test-sink_wavwrite.c (modified) * tests/src/io/test-source.c (modified) * tests/src/io/test-source_apple_audio.c (modified) * tests/src/io/test-source_avcodec.c (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/io/test-source_seek.c (modified) * tests/src/io/test-source_sndfile.c (modified) * tests/src/io/test-source_wavread.c (modified) * tests/src/notes/test-notes.c (added) * tests/src/onset/test-onset.c (modified) * tests/src/pitch/test-pitch.c (modified) * tests/src/spectral/test-awhitening.c (added) * tests/src/spectral/test-dct.c (added) * tests/src/spectral/test-filterbank.c (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/spectral/test-phasevoc.c (modified) * tests/src/spectral/test-tss.c (modified) * tests/src/synth/test-sampler.c (modified) * tests/src/synth/test-wavetable.c (modified) * tests/src/tempo/test-tempo.c (modified) * tests/src/temporal/test-filter.c (modified) * tests/src/test-mathutils.c (modified) * tests/src/utils/test-hist.c (modified) * tests/src/utils/test-log.c (modified) * tests/utils_tests.h (modified) * tests/wscript_build (modified) * this_version.py (added) * waf_gensyms.py (added) * wscript (modified) Merge branch 'master' into feature/pitchshift Mon, 03 Dec 2018 14:00:40 GMT Paul Brossier [581c8b5] * python/tests/test_mfcc.py (modified) [tests] mfcc norm/scale with real values Mon, 26 Nov 2018 11:00:38 GMT Paul Brossier [6091189] * python/tests/test_phasevoc.py (modified) [tests] run phase vocoder with hop_s = win_s Sat, 24 Nov 2018 17:31:25 GMT Paul Brossier [832b0f64] * python/tests/test_tempo.py (added) [py] add tempo tests Wed, 21 Nov 2018 21:16:27 GMT Paul Brossier [6abd17e] * python/tests/test_source_channels.py (modified) [tests] use from .utils import, fixes build with pybuild 3.5 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 19:20:45 GMT Paul Brossier [11c0d74] * python/tests/test_onset.py (modified) [tests] improve onset coverage Sat, 17 Nov 2018 18:47:12 GMT Paul Brossier [b41672c] * python/tests/test_filter.py (modified) [test] improve coverage of filters Sat, 17 Nov 2018 18:07:46 GMT Paul Brossier [62c2d00] * python/tests/test_mfcc.py (modified) [tests] add tests for mfcc filterbank settings 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, 17 Nov 2018 09:45:35 GMT Paul Brossier [0d07a2a] * python/tests/test_hztomel.py (moved) [test] pass checks in double precision, rename hztomel Sat, 17 Nov 2018 01:35:24 GMT Paul Brossier [2886984] * python/tests/test_meltohz.py (added) [test] add meltohz tests Fri, 16 Nov 2018 20:06:13 GMT Paul Brossier [ca99325] * python/tests/test_source_channels.py (added) [test] add a test using sink and source to check channel mixing Thu, 15 Nov 2018 02:07:48 GMT Paul Brossier [01d4d19] * python/tests/test_fft.py (modified) * src/spectral/fft.c (modified) Merge branch 'fix/oddfft' (closes #207) 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) Wed, 31 Oct 2018 18:36:31 GMT Paul Brossier [7a54b37] * python/lib/aubio/__init__.py (modified) * python/tests/test_fvec.py (modified) Merge branch 'fix/pyfvec' Tue, 30 Oct 2018 11:57:10 GMT Paul Brossier [4bc10e2] * .circleci/config.yml (added) * azure-pipelines.yml (added) * circle.yml (deleted) * doc/about.rst (modified) * doc/aubiomfcc.txt (modified) * doc/conf.py (modified) * doc/python_module.rst (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * python/demos/demo_bpm_extract.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-filterbank.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/aubio/slicing.py (modified) * python/tests/test_aubio_cmd.py (modified) * python/tests/test_note2midi.py (modified) * python/tests/test_slicing.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * wscript (modified) Merge branch 'master' into feature/earlynoteoff Tue, 30 Oct 2018 09:15:10 GMT Paul Brossier [27ed546] * python/tests/test_note2midi.py (modified) [py] [test] expect a small rounding error when using double precision Mon, 29 Oct 2018 23:54:33 GMT Paul Brossier [e9a4402] * python/tests/test_note2midi.py (modified) [py] test note2freq Mon, 29 Oct 2018 22:54:56 GMT Paul Brossier [4afeac2] * python/tests/test_note2midi.py (modified) [py] [test] make sure freq2note rounds to nearest integer midi note Mon, 29 Oct 2018 22:31:40 GMT Paul Brossier [95221ac] * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/lib/aubio/slicing.py (modified) * python/tests/test_slicing.py (modified) Merge branch 'fix/slicing' Mon, 29 Oct 2018 22:00:12 GMT Paul Brossier [ab24edb] * python/tests/test_slicing.py (modified) [py] [tests] start slice tests at 0 Mon, 29 Oct 2018 14:32:55 GMT Paul Brossier [d194d8c] * python/tests/test_slicing.py (modified) [py] [slicing] add check_first=True to tests Mon, 29 Oct 2018 14:26:24 GMT Paul Brossier [f0ce8aa3] * python/tests/test_slicing.py (modified) [py] [slicing] add test for missing end of last region Mon, 29 Oct 2018 14:18:59 GMT Paul Brossier [58a82d4] * python/tests/test_slicing.py (modified) [py] add test with slices shorter than hop_size Sat, 27 Oct 2018 16:44:20 GMT Paul Brossier [eb6f9d3] * python/tests/test_aubio_cmd.py (modified) [cmd] wrap long lines in test Thu, 04 Oct 2018 23:12:09 GMT Paul Brossier [f8c5452] * python/tests/test_notes.py (modified) python/tests/test_notes.py: test notes.set/get_release_drop Sat, 15 Sep 2018 15:31:46 GMT Paul Brossier [ad3770f] * python/lib/gen_code.py (modified) * python/lib/gen_external.py (modified) * python/tests/test_dct.py (added) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/spectral/dct.c (added) * src/spectral/dct.h (added) * src/spectral/dct_accelerate.c (added) * src/spectral/dct_fftw.c (added) * src/spectral/dct_ipp.c (added) * src/spectral/dct_ooura.c (added) * src/spectral/dct_plain.c (added) * tests/src/spectral/test-dct.c (added) Merge branch 'feature/dct_multiopt' Sat, 15 Sep 2018 14:54:18 GMT Paul Brossier [3cb2a52] * python/tests/test_dct.py (modified) python/tests/test_dct.py: reduce precision for dct ramp Sat, 15 Sep 2018 14:20:21 GMT Paul Brossier [95e3cba] * python/tests/test_dct.py (modified) python/tests/test_dct.py: use float_type Sat, 15 Sep 2018 13:15:13 GMT Paul Brossier [87e181d] * python/tests/test_fvec_shift.py (added) python/tests/test_fvec_shift.py: add tests for shift() and ishift() Tue, 03 Oct 2017 20:31:12 GMT Paul Brossier [bfbfafa] * .appveyor.yml (modified) * .coveragerc (added) * .travis.yml (modified) * ChangeLog (modified) * Makefile (modified) * README.md (modified) * VERSION (modified) * doc/statuslinks.rst (modified) * python/ext/py-cvec.c (modified) * python/tests/test_aubio_cmd.py (modified) * scripts/build_emscripten (modified) * scripts/build_mingw (modified) * scripts/get_waf.sh (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/fvec.c (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfast.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (modified) * src/wscript_build (modified) * tests/src/io/test-sink-multi.c (modified) * tests/src/io/test-sink_apple_audio-multi.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_wavwrite-multi.c (modified) * waf_gensyms.py (added) * wscript (modified) Merge branch 'master' into dct Sun, 17 Sep 2017 19:09:12 GMT Paul Brossier [5eaed62] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: avoid unused variable Sun, 17 Sep 2017 12:06:03 GMT Paul Brossier [f4fcf02] * python/tests/test_aubio_cmd.py (modified) python/tests/test_aubio_cmd.py: fix for python << 3 Sat, 16 Sep 2017 21:55:51 GMT Paul Brossier [7b7a58e] * aubio.pc.in (modified) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_tapthebeat.py (modified) * python/ext/py-phasevoc.c (modified) * python/lib/aubio/cmd.py (modified) * python/lib/aubio/cut.py (modified) * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) * python/tests/test_filterbank.py (modified) * python/tests/test_filterbank_mel.py (modified) * src/io/source_avcodec.c (modified) * src/mathutils.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) Merge branch 'master' into dct Sat, 16 Sep 2017 21:55:33 GMT Paul Brossier [b99e2a5] * python/tests/test_dct.py (modified) python/tests/test_dct.py: pass with fftw Sat, 16 Sep 2017 21:46:30 GMT Paul Brossier [e7556a1] * python/tests/test_dct.py (modified) python/tests/test_dct.py: add comments Sat, 16 Sep 2017 21:44:54 GMT Paul Brossier [2bf59042] * python/tests/test_dct.py (added) python/tests/test_dct.py: add full tests Sat, 16 Sep 2017 15:46:54 GMT Paul Brossier [799a940] * python/tests/test_aubio_cmd.py (added) * python/tests/test_aubio_cut.py (added) python/tests/test_aubio_*.py: add basic tests 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 Tue, 09 May 2017 14:11:08 GMT Paul Brossier [c3de7ca] * python/tests/test_pitch.py (modified) python/tests/test_pitch.py: add yinfast Mon, 27 Mar 2017 08:34:57 GMT Paul Brossier [25e0b0e] * python/tests/test_onset.py (modified) python/tests/test_onset.py: simply check that threshold, minioi and ... Thu, 23 Mar 2017 19:47:03 GMT Paul Brossier [6448d31] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add missing samplerate Thu, 23 Mar 2017 19:39:53 GMT Paul Brossier [da1a83f] * python/tests/test_source.py (modified) python/tests/test_source.py: remove unused import Tue, 28 Feb 2017 00:32:25 GMT Paul Brossier [81f738e] * python/tests/test_sink.py (modified) python/tests/test_sink.py: trivial test for sink 'with' interface ... Mon, 27 Feb 2017 00:59:39 GMT Paul Brossier [39be048] * python/tests/test_source.py (modified) python/tests/test_source.py: test with interface (PEP 343) Sun, 08 Jan 2017 17:29:54 GMT Paul Brossier [0f173cc] * python/tests/test_notes.py (modified) python/tests/test_notes.py: use relative import Sun, 08 Jan 2017 13:37:56 GMT Paul Brossier [a159628] * python/ext/aubiomodule.c (modified) * python/tests/test_aubio.py (modified) python/ext/aubiomodule.c: more hack to avoid msvc issues Wed, 21 Dec 2016 11:37:34 GMT Paul Brossier [9e3fc16] * python/tests/test_notes.py (modified) python/tests/test_notes.py: test results are correct for ... Sun, 18 Dec 2016 10:27:45 GMT Paul Brossier [cb76f5d] * python/tests/test_notes.py (added) python/tests/test_notes.py: add basic tests Sat, 03 Dec 2016 03:03:47 GMT Paul Brossier [3aad0b1] * python/lib/aubio/midiconv.py (modified) * python/tests/test_note2midi.py (modified) python/lib/aubio/midiconv.py: improve unicode handling, skip ... Fri, 02 Dec 2016 12:44:12 GMT Paul Brossier [d554321] * python/tests/test_midi2note.py (modified) * python/tests/test_note2midi.py (modified) python/tests/test_{midi2note,note2midi}.py: use nose2.params, add ... Wed, 30 Nov 2016 17:39:41 GMT Paul Brossier [8a49bb9] * python/tests/test_source.py (modified) python/tests/test_source.py: remove fragile brownnoise test, check ... Mon, 28 Nov 2016 17:20:19 GMT Paul Brossier [fa6373c] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add more tests, quiet warnings Mon, 28 Nov 2016 17:18:49 GMT Paul Brossier [a1bf01d] * python/tests/__init__.py (added) * python/tests/eval_pitch (modified) * python/tests/test_filter.py (modified) * python/tests/test_filterbank.py (modified) * python/tests/test_sink.py (modified) * python/tests/test_slicing.py (modified) * python/tests/test_source.py (modified) python/tests/: use local import, create __init__.py Mon, 28 Nov 2016 17:14:01 GMT Paul Brossier [d98f3c0] * python/tests/test_fft.py (modified) * python/tests/test_phasevoc.py (modified) python/tests/test_fft.py: skip test fft(zeros).phas == 0 if needed, ... Mon, 03 Oct 2016 10:24:35 GMT Paul Brossier [7daa881] * python/tests/test_source.py (modified) python/tests/test_source.py: only check if last frames are non silent ... Mon, 03 Oct 2016 09:46:37 GMT Paul Brossier [f91737d] * python/tests/test_source.py (modified) python/tests/test_source.py: check the tail of the file is non-zero ... Fri, 23 Sep 2016 05:50:16 GMT Paul Brossier [7d01fdf] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: get message from aubio.pitchshift Fri, 23 Sep 2016 04:57:20 GMT Paul Brossier [ad65346] * python/demos/demo_mfcc.py (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-source.c (modified) * python/lib/moresetuptools.py (modified) * python/tests/test_fvec.py (modified) * python/tests/test_source.py (modified) * python/tests/test_specdesc.py (modified) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/io/source_sndfile.c (modified) * src/notes/notes.c (modified) * src/spectral/fft.h (modified) * src/spectral/specdesc.c (modified) * src/utils/log.c (added) * src/utils/log.h (added) * tests/src/spectral/test-fft.c (modified) * tests/src/utils/test-log.c (added) * wscript (modified) Merge branch 'master' into pitchshift Thu, 22 Sep 2016 23:27:21 GMT Paul Brossier [50a8260] * python/tests/test_source.py (modified) python/tests/test_source.py: break long line Thu, 22 Sep 2016 22:07:36 GMT Paul Brossier [12e91a6] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: RuntimeError is now raised on wrong mode Thu, 22 Sep 2016 20:55:53 GMT Paul Brossier [d45f527] * python/tests/test_source.py (modified) python/tests/test_source.py: filter user warnings to avoid spamming ... Thu, 22 Sep 2016 11:46:16 GMT Paul Brossier [88c89e3] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: reduce alpha norm precision to 10.-4 Wed, 21 Sep 2016 14:00:03 GMT Paul Brossier [4292013] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: make sure a wrong transpose raises ... Tue, 20 Sep 2016 23:49:22 GMT Paul Brossier [aef9691] * doc/aubiomfcc.txt (modified) * doc/aubionotes.txt (modified) * doc/aubioonset.txt (modified) * doc/aubiopitch.txt (modified) * doc/aubioquiet.txt (modified) * doc/aubiotrack.txt (modified) * python/tests/test_source.py (modified) Merge branch 'master' into pitchshift Tue, 20 Sep 2016 23:49:16 GMT Paul Brossier [c2f7db8] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: catch runtime error here too Tue, 20 Sep 2016 23:34:33 GMT Paul Brossier [980a4f4] * python/tests/test_source.py (modified) python/tests/test_source.py: use nose2 params to process one sound ... Tue, 20 Sep 2016 23:32:57 GMT Paul Brossier [a0e0f56] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: run in a few modes Sat, 17 Sep 2016 01:09:42 GMT Paul Brossier [60cbfe8] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: skip test on RuntimeError Sat, 17 Sep 2016 01:09:37 GMT Paul Brossier [24dfc3d] * python/tests/test_pitchshift.py (modified) python/tests/test_pitchshift.py: fix import Sat, 17 Sep 2016 01:03:43 GMT Paul Brossier [fe6a4cdd] * python/tests/test_pitchshift.py (added) python/tests/test_pitchshift.py: add minimal tests Mon, 29 Aug 2016 21:07:15 GMT Paul Brossier [67f0092] * python/tests/test_cvec.py (modified) python/tests/test_cvec.py: simplify Sun, 21 Aug 2016 10:45:04 GMT Paul Brossier [5d8cc71] * python/tests/utils.py (modified) python/tests/utils.py: by default, use 5 seconds brownoise Tue, 12 Jul 2016 19:08:06 GMT Paul Brossier [9530365] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: use correct input size (see #63) 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 04:09:38 GMT Paul Brossier [3c4fb67] * python/tests/utils.py (modified) python/tests/utils.py: try reopening the file is deleting it fails on ... Mon, 16 May 2016 03:23:56 GMT Paul Brossier [a6f9ebf] * python/tests/test_mathutils.py (modified) python/tests/test_mathutils.py: can also raise NotImplementedError ... 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, 15 May 2016 19:59:38 GMT Paul Brossier [ca89d9f] * python/tests/test_source.py (modified) python/tests/test_source.py: fix when python/tests/sounds exists Sun, 15 May 2016 19:25:13 GMT Paul Brossier [15a005d] * python/tests/test_source.py (modified) python/tests/test_source.py: skip tests if no sounds were found Sat, 14 May 2016 03:34:15 GMT Paul Brossier [283bb90] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: skip wrong name test 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 Sat, 14 May 2016 03:28:58 GMT Paul Brossier [aba0279] * python/tests/test_specdesc.py (modified) python/tests/test_specdesc.py: check for wrong values Sat, 14 May 2016 03:27:05 GMT Paul Brossier [2f4d9b7] * python/tests/test_fft.py (modified) python/tests/test_fft.py: avoid VisibleDeprecationWarning Sat, 14 May 2016 03:24:21 GMT Paul Brossier [3865924] * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: raise a ValueError Sat, 14 May 2016 03:22:28 GMT Paul Brossier [36e8956] * python/tests/test_source.py (modified) python/tests/test_source.py: simplify, quieten Sat, 14 May 2016 03:21:01 GMT Paul Brossier [ed938a2] * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: check for wrong values Fri, 13 May 2016 15:58:02 GMT Paul Brossier [c09efca] * python/tests/test_cvec.py (modified) python/tests/test_cvec.py: add more tests Fri, 13 May 2016 15:54:49 GMT Paul Brossier [98e4106] * python/tests/test_musicutils.py (modified) python/tests/test_musicutils.py: simplify, check TypeError is raised Wed, 11 May 2016 09:00:22 GMT Paul Brossier [44312de] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: cope with accumulated errors Wed, 11 May 2016 07:40:50 GMT Paul Brossier [88554b9] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: clean up and simplify Wed, 11 May 2016 05:06:08 GMT Paul Brossier [0df6e9e] * python/tests/test_fvec.py (modified) python/tests/test_fvec.py: avoid import Wed, 11 May 2016 00:53:11 GMT Paul Brossier [ece990f] * python/tests/test_filter.py (modified) python/tests/test_filter.py: fix indent Wed, 11 May 2016 00:52:19 GMT Paul Brossier [2871e2b] * python/tests/test_filter.py (modified) python/tests/test_filter.py: add tests Tue, 10 May 2016 21:20:07 GMT Paul Brossier [168a154] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: fix duplicate test name Tue, 10 May 2016 19:05:06 GMT Paul Brossier [ddfa6be] * python/tests/test_mathutils.py (modified) python/tests/test_mathutils: fix test_miditobin test