# # ChangeLog for tests # # Generated by Trac 1.2 # Mar 28, 2024, 6:28:07 PM Thu, 29 Nov 2018 15:26:04 GMT Paul Brossier [8386dbe] * tests/utils_tests.h (modified) [tests] add run_on_default_source_and_sink helper Thu, 29 Nov 2018 15:15:21 GMT Paul Brossier [eba0cc4] * tests/src/spectral/test-awhitening.c (modified) [tests] simplify awhitening parsing Thu, 29 Nov 2018 15:14:05 GMT Paul Brossier [1b3edc6] * tests/src/onset/test-onset.c (modified) [tests] also use run_on_default_source in onset Thu, 29 Nov 2018 15:12:31 GMT Paul Brossier [b0d4c78] * tests/src/io/test-source_apple_audio.c (modified) * tests/src/io/test-source_avcodec.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] fix argument parsing in source tests Thu, 29 Nov 2018 15:11:15 GMT Paul Brossier [da67922] * 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] use run_on_default_source in all source tests Thu, 29 Nov 2018 15:08:24 GMT Paul Brossier [b610be5] * tests/create_tests_source.py (modified) [tests] pure python create_sine_wave Thu, 29 Nov 2018 14:21:03 GMT Paul Brossier [60384e9] * tests/wscript_build (modified) [tests] [win] workaround to escape backslashes Thu, 29 Nov 2018 14:10:29 GMT Paul Brossier [752ce6d] * tests/utils_tests.h (modified) [tests] [win] include io.h for _access() Thu, 29 Nov 2018 14:04:58 GMT Paul Brossier [586383d] * tests/utils_tests.h (modified) * tests/wscript_build (modified) [tests] [win] more windows workaround to pass strings via -D Thu, 29 Nov 2018 13:31:17 GMT Paul Brossier [3569326] * tests/wscript_build (modified) [tests] fix test source creation rule Thu, 29 Nov 2018 13:28:39 GMT Paul Brossier [64d534d] * tests/src/io/test-source.c (modified) [tests] add run_on_default_source to test-source Thu, 29 Nov 2018 13:28:09 GMT Paul Brossier [c6bb567a] * tests/utils_tests.h (modified) [tests] add run_on_default_source helper Thu, 29 Nov 2018 13:27:49 GMT Paul Brossier [505b49a] * tests/wscript_build (modified) [tests] create test sound from waf, add -DAUBIO_TESTS_SOURCE= Thu, 29 Nov 2018 13:27:05 GMT Paul Brossier [703cc2b] * tests/create_tests_source.py (added) [tests] add script to create sound file with python only Thu, 29 Nov 2018 00:07:15 GMT Paul Brossier [d94afb3] * tests/utils_tests.h (modified) [tests] [win] use calloc to work around constant size issue Wed, 28 Nov 2018 23:46:31 GMT Paul Brossier [e7edf92] * tests/utils_tests.h (modified) [tests] srandom take unsigned int Wed, 28 Nov 2018 23:42:41 GMT Paul Brossier [6a91a9d] * tests/utils_tests.h (modified) [tests] fix unmatched parenthesis on windows Wed, 28 Nov 2018 23:41:45 GMT Paul Brossier [a334368] * tests/utils_tests.h (modified) Revert "[tests] fix unmatched parenthesis on windows" This reverts ... Wed, 28 Nov 2018 23:34:39 GMT Paul Brossier [bab4611] * tests/utils_tests.h (modified) [tests] fix unmatched parenthesis on windows Wed, 28 Nov 2018 23:28:11 GMT Paul Brossier [cb288f2] * tests/utils_tests.h (modified) [tests] increase entropy by adding address to current second Wed, 28 Nov 2018 23:24:40 GMT Paul Brossier [d22b568] * tests/utils_tests.h (modified) [tests] use constant for array size, include string.h Wed, 28 Nov 2018 23:07:58 GMT Paul Brossier [aa15080] * tests/utils_tests.h (modified) [tests] workaround for windows Wed, 28 Nov 2018 22:04:00 GMT Paul Brossier [a6065b9] * tests/utils_tests.h (modified) [tests] include unistd for unlink, close (linux, darwin) Wed, 28 Nov 2018 21:41:10 GMT Paul Brossier [abe67e1] * tests/src/synth/test-wavetable.c (modified) * tests/utils_tests.h (modified) [tests] create a temporary sink, use in wavetable test When called ... Wed, 28 Nov 2018 14:28:30 GMT Paul Brossier [7625d85] * tests/src/pitch/test-pitch.c (modified) [tests] check new_aubio_pitch fails with wrong parameters Wed, 28 Nov 2018 12:39:51 GMT Paul Brossier [4506b0c] * tests/src/notes/test-notes.c (added) [tests] add notes tests Wed, 28 Nov 2018 02:32:32 GMT Paul Brossier [c0429d4] * tests/src/utils/test-hist.c (modified) [tests] check hist with size null fails Mon, 26 Nov 2018 16:23:14 GMT Paul Brossier [b174319] * tests/src/spectral/test-mfcc.c (modified) [tests] add calls to new_aubio_mfcc with wrong input parameters Mon, 26 Nov 2018 16:09:08 GMT Paul Brossier [d050d02] * tests/src/spectral/test-dct.c (modified) [tests] do not test dct with wrong sizes Mon, 26 Nov 2018 10:49:03 GMT Paul Brossier [099776d] * tests/src/spectral/test-phasevoc.c (modified) [tests] increase pvoc coverage Mon, 26 Nov 2018 10:48:35 GMT Paul Brossier [804c8eb] * tests/src/spectral/test-dct.c (modified) * tests/src/spectral/test-tss.c (modified) [tests] increase tss coverage Mon, 26 Nov 2018 10:48:27 GMT Paul Brossier [88a4d8a] * tests/src/spectral/test-awhitening.c (modified) [tests] increase awhitening coverage Mon, 26 Nov 2018 10:35:06 GMT Paul Brossier [ce323e4] * src/onset/onset.c (modified) * tests/src/onset/test-onset.c (modified) Merge branch 'fix/onset_nullptr' (thanks to @niugx) Mon, 26 Nov 2018 10:34:45 GMT Paul Brossier [1cf031a] * python/tests/test_tempo.py (added) * src/tempo/tempo.c (modified) * tests/src/tempo/test-tempo.c (modified) Merge branch 'fix/bufoverflow_tempo' (thanks to @niugx) Sat, 24 Nov 2018 18:00:11 GMT Paul Brossier [0f5f40b] * tests/src/onset/test-onset.c (modified) [tests] run some tests in onset if no arguments passed Sat, 24 Nov 2018 17:30:17 GMT Paul Brossier [075bc57] * tests/src/tempo/test-tempo.c (modified) [tests] wrap long lines in test-tempo.c Sat, 24 Nov 2018 17:29:55 GMT Paul Brossier [be83390] * tests/src/tempo/test-tempo.c (modified) [tests] run tempo until first analysis is done Sat, 24 Nov 2018 17:03:43 GMT Paul Brossier [88d3d31] * tests/src/tempo/test-tempo.c (modified) [tests] run some tests in tempo if no arguments passed Sat, 24 Nov 2018 17:03:01 GMT Paul Brossier [63bc67b] * tests/src/tempo/test-tempo.c (modified) [tests] check if tempo creation suceeded Sat, 24 Nov 2018 15:28:01 GMT Paul Brossier [1029ac7] * tests/src/spectral/test-filterbank.c (modified) [tests] check creating filterbank with wrong parameters returns null Sat, 17 Nov 2018 19:21:15 GMT Paul Brossier [a114fe0] * tests/src/temporal/test-filter.c (modified) [tests] improve aubio_filter coverage Sat, 17 Nov 2018 18:46:51 GMT Paul Brossier [f7af440] * tests/src/temporal/test-filter.c (modified) [test] improve coverage of filters Sat, 17 Nov 2018 13:18:38 GMT Paul Brossier [be8b18b] * tests/src/spectral/test-filterbank.c (modified) [tests] [filterbank] add get/set power/norm calls Wed, 22 Aug 2018 13:56:50 GMT Paul Brossier [52c1de9] * tests/src/spectral/test-dct.c (modified) tests/src/spectral/test-dct.c: check reconstruction works 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 Sat, 30 Sep 2017 23:18:30 GMT Paul Brossier [2f02d51] * 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) tests/src/io: improve comments Wed, 06 Sep 2017 09:51:46 GMT Paul Brossier [9338e18] * tests/src/spectral/test-dct.c (modified) tests/src/spectral/test-dct.c: remove old comment Tue, 05 Sep 2017 10:56:39 GMT Paul Brossier [60583a3] * python/lib/gen_code.py (modified) * src/aubio.h (modified) * src/spectral/dct.h (added) * src/spectral/dct_ooura.c (added) * tests/src/spectral/test-dct.c (added) src/spectral/dct.h: add dct type II using ooura Fri, 10 Mar 2017 23:22:38 GMT Paul Brossier [90e25cc] * tests/src/spectral/test-awhitening.c (added) tests/src/spectral/tests-awhitening.c: add whitening example Sun, 08 Jan 2017 14:19:02 GMT Paul Brossier [fead41a] * tests/src/utils/test-log.c (modified) tests/src/utils/test-log.c: improve messages Sun, 08 Jan 2017 14:18:20 GMT Paul Brossier [32da451] * tests/src/utils/test-log.c (modified) tests/src/utils/test-log.c: add AUBIO_INF Sat, 17 Dec 2016 11:43:33 GMT Paul Brossier [0184994] * tests/src/spectral/test-phasevoc.c (modified) tests/src/spectral/test-phasevoc.c: fix typos Sun, 11 Dec 2016 23:25:07 GMT Paul Brossier [33d0242] * src/aubio_priv.h (modified) * src/io/audio_unit.c (modified) * src/io/ioutils.c (modified) * 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/synth/sampler.c (modified) * src/synth/wavetable.c (modified) * src/temporal/resampler.c (modified) * src/utils/log.c (modified) * src/utils/parameter.c (modified) * src/utils/windll.c (modified) * src/vecutils.c (modified) * tests/src/io/test-sink_sndfile-multi.c (modified) * tests/src/io/test-sink_sndfile.c (modified) src/aubio_priv.h: move include config.h here Thu, 22 Sep 2016 21:26:50 GMT Paul Brossier [8076ecd] * tests/src/spectral/test-fft.c (modified) tests/src/spectral/test-fft.c: fix default size Thu, 22 Sep 2016 20:34:38 GMT Paul Brossier [0000669] * tests/src/utils/test-log.c (added) tests/src/utils/test-log.c: add example for aubio_log_set_function Thu, 21 Jul 2016 00:52:09 GMT Paul Brossier [281381f] * examples/wscript_build (modified) * tests/wscript_build (modified) {examples,tests}/wscrtip_build: update build target name Fri, 13 May 2016 12:26:59 GMT Paul Brossier [da632d3] * tests/utils_tests.h (modified) tests/utils_tests.h: also use custom srandom/random when compiling ... Thu, 12 May 2016 18:05:34 GMT Paul Brossier [b2de03f] * tests/src/temporal/test-a_weighting.c (modified) * tests/src/temporal/test-c_weighting.c (modified) tests/src/temporal: avoid crash, clarify Mon, 02 May 2016 23:57:30 GMT Paul Brossier [09fab95] * tests/wscript_build (modified) tests/wscript_build: do not install test programs Mon, 02 May 2016 23:34:14 GMT Paul Brossier [21def97] * tests/wscript_build (modified) tests/wscript_build: use 'use =', simplify Mon, 02 May 2016 13:33:02 GMT Paul Brossier [7e9c67d] * tests/wscript_build (modified) tests/wscript_build: link against libaubio Mon, 02 May 2016 10:52:56 GMT Paul Brossier [37ca459] * tests/src/io/test-source.c (modified) tests/src/io/test-source.c: add _get_duration Sat, 30 Apr 2016 14:57:16 GMT Paul Brossier [7a62fcb] * tests/src/test-lvec.c (modified) tests/src/test-lvec.c: use AUBIO_LSMP_FMT Mon, 25 Apr 2016 14:46:20 GMT Paul Brossier [691791e] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: shorten long line Mon, 25 Apr 2016 14:45:22 GMT Paul Brossier [b4e1438] * src/io/source_wavread.c (modified) * src/io/source_wavread.h (modified) * tests/src/io/test-source_wavread.c (modified) src/io/source_wavread.h: add _get_duration Mon, 25 Apr 2016 14:42:43 GMT Paul Brossier [c6e7ba1] * src/io/source_sndfile.c (modified) * src/io/source_sndfile.h (modified) * tests/src/io/test-source_sndfile.c (modified) src/io/source_sndfile.h: add _get_duration Mon, 25 Apr 2016 14:38:14 GMT Paul Brossier [2d071ad] * src/io/source_avcodec.c (modified) * src/io/source_avcodec.h (modified) * tests/src/io/test-source_avcodec.c (modified) src/io/source_avcodec.h: add _get_duration Mon, 25 Apr 2016 14:31:25 GMT Paul Brossier [b1d2be8] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: add _get_duration Sat, 23 Apr 2016 18:02:27 GMT Paul Brossier [d0cb3d8] * tests/wscript_build (modified) tests/wscript_build: no -g for msvc Sat, 23 Apr 2016 16:35:52 GMT Paul Brossier [8b42c7d] * tests/utils_tests.h (modified) tests/utils_tests.h: make sure M_PI and RAND_MAX are defined Sat, 23 Apr 2016 16:27:44 GMT Paul Brossier [dc08c4f] * tests/utils_tests.h (modified) tests/utils_tests.h: add VA_ARGS versions of variadic macros Fri, 22 Apr 2016 22:34:13 GMT Paul Brossier [6d7d52c] * src/wscript_build (modified) * tests/wscript_build (modified) src/wscript_build: only no -lm if compiler is CL.exe Fri, 22 Apr 2016 22:12:06 GMT Paul Brossier [58cffee] * src/wscript_build (modified) * tests/wscript_build (modified) tests/wscript_build, src/wscript_build: no -lm on win32/64 Fri, 22 Apr 2016 00:00:53 GMT Paul Brossier [b136658] * tests/src/tempo/test-tempo.c (modified) tests/src/tempo/test-tempo.c: tempo back to only one output Sun, 06 Sep 2015 08:46:31 GMT Paul Brossier [f0ce36a1] * examples/wscript_build (modified) * src/wscript_build (modified) * tests/wscript_build (modified) * wscript (modified) wscript: check if we find atlas/cblas.h Thu, 20 Aug 2015 15:22:05 GMT Paul Brossier [abffec0] * tests/src/test-delnull.c (modified) tests/src/test-delnull.c: improve test, avoid segfaults Thu, 20 Aug 2015 11:15:54 GMT Paul Brossier [3c6f584] * src/spectral/fft.c (modified) * tests/src/spectral/test-fft.c (modified) src/spectral/fft.c: if Ooura is used, make sure the fft size is a ... Tue, 26 May 2015 09:23:25 GMT Paul Brossier [44755a0] * tests/src/spectral/test-fft.c (modified) tests/src/spectral/test-fft.c: quieten and clarify Tue, 26 May 2015 09:19:44 GMT Paul Brossier [c82a034] * tests/src/io/test-source.c (modified) tests/src/io/test-source.c: call aubio_source_close twice Sun, 15 Mar 2015 08:55:29 GMT Paul Brossier [db86a46] * examples/wscript_build (modified) * tests/wscript_build (modified) {examples,tests}/wscript_build: add external libs Wed, 11 Feb 2015 12:33:18 GMT Paul Brossier [afa3e1e] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: improve examples Mon, 09 Jun 2014 19:56:19 GMT Paul Brossier [584714c] * tests/src/io/test-source_avcodec.c (modified) tests/src/io/test-source_avcodec.c: use HAVE_LIBAV, closes #10 Fri, 28 Mar 2014 03:34:27 GMT Paul Brossier [4a17757] * tests/src/io/test-sink_apple_audio-multi.c (modified) * tests/src/io/test-sink_apple_audio.c (modified) * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/*.c: use custom defines instead of __APPLE__ Wed, 12 Mar 2014 15:11:50 GMT Paul Brossier [332487b] * tests/src/test-cvec.c (modified) * tests/src/test-delnull.c (modified) * tests/src/test-fmat.c (modified) * tests/src/test-fvec.c (modified) * tests/src/test-lvec.c (modified) * tests/src/test-mathutils-window.c (modified) * tests/src/test-mathutils.c (modified) tests/src: clean up includes Thu, 06 Mar 2014 17:03:49 GMT Paul Brossier [dc0e759] * examples/wscript_build (modified) * src/wscript_build (modified) * tests/wscript_build (modified) {tests,src,examples}/wscript_build: indent Sun, 23 Feb 2014 16:07:57 GMT Paul Brossier [4ed4b1f] * src/io/sink.c (modified) * src/io/sink.h (modified) * tests/src/io/test-sink-multi.c (added) src/io/sink.h: add do_multi, preset_samplerate, preset_channels, ... Sun, 23 Feb 2014 16:06:15 GMT Paul Brossier [c21553d] * tests/src/io/test-sink_wavwrite-multi.c (modified) tests/src/io/test-sink_wavwrite-multi.c: fix flags Sun, 23 Feb 2014 16:05:25 GMT Paul Brossier [f3bb92c] * tests/src/io/test-sink_sndfile-multi.c (modified) tests/src/io/test-sink_sndfile-multi.c: fix flags Sun, 23 Feb 2014 16:00:26 GMT Paul Brossier [14ac1db] * src/io/sink_sndfile.c (modified) * src/io/sink_sndfile.h (modified) * tests/src/io/test-sink_sndfile-multi.c (added) src/io/sink_sndfile.h: add do_multi, preset_samplerate, ... Sun, 23 Feb 2014 15:58:25 GMT Paul Brossier [870ad70] * src/io/sink_wavwrite.c (modified) * src/io/sink_wavwrite.h (modified) * tests/src/io/test-sink_wavwrite-multi.c (added) src/io/sink_wavwrite.h: add do_multi, preset_samplerate, ... Sun, 23 Feb 2014 15:56:54 GMT Paul Brossier [222b176] * src/io/sink_apple_audio.c (modified) * src/io/sink_apple_audio.h (modified) * tests/src/io/test-sink_apple_audio-multi.c (added) src/io/sink_apple_audio.h: add do_multi, preset_samplerate, ... Sun, 23 Feb 2014 02:13:26 GMT Paul Brossier [9f68f11] * tests/src/io/test-sink.c (modified) * tests/src/io/test-sink_apple_audio.c (modified) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-sink_wavwrite.c (modified) tests/src/io/test-sink*: improve, unify Sun, 23 Feb 2014 00:51:33 GMT Paul Brossier [d7ac23f] * tests/src/io/test-sink_apple_audio.c (modified) * tests/src/io/test-sink_sndfile.c (modified) * tests/src/io/test-sink_wavwrite.c (modified) tests/src/io/test-sink*: use source native samplerate Tue, 28 Jan 2014 15:30:10 GMT Paul Brossier [2e17371] * tests/src/onset/test-onset.c (modified) tests/src/onset/test-onset.c: add missing del_aubio_source Sun, 26 Jan 2014 20:18:22 GMT Paul Brossier [491e6ea] * src/io/sink_sndfile.c (modified) * src/io/source_avcodec.c (modified) * src/io/source_sndfile.c (modified) * tests/src/test-cvec.c (modified) src/io/: add missing error strings prefixes Fri, 24 Jan 2014 16:22:00 GMT Paul Brossier [52ca8a3] * python/lib/generator.py (modified) * src/aubio.h (modified) * src/io/sink.c (modified) * src/io/sink_wavwrite.c (added) * src/io/sink_wavwrite.h (added) * tests/src/io/test-sink_wavwrite.c (added) * wscript (modified) src/io/sink_wavwrite.c: add native basic wav writer Sun, 19 Jan 2014 01:03:34 GMT Paul Brossier [9e58e78] * tests/src/io/test-sink_apple_audio.c (modified) tests/src/io/test-sink_apple_audio.c: use aubio_source Fri, 03 Jan 2014 22:50:11 GMT Paul Brossier [5158c22] * src/aubio.h (modified) * src/io/source_wavread.c (added) * src/io/source_wavread.h (added) * tests/src/io/test-source_wavread.c (added) * wscript (modified) src/io/source_wavread.h: add native wav reader Fri, 03 Jan 2014 22:43:44 GMT Paul Brossier [44721ff] * tests/src/io/test-source_avcodec.c (modified) * tests/src/io/test-source_sndfile.c (modified) tests/src/io/test-source*.c: remove duplicate include Fri, 03 Jan 2014 22:43:23 GMT Paul Brossier [2a0a4f1] * tests/src/io/test-source_apple_audio.c (modified) tests/src/io/test-source_apple_audio.c: return error code