# # ChangeLog for / # # Generated by Trac 1.2 # Nov 27, 2024, 7:32:54 PM Fri, 07 Dec 2018 00:28:56 GMT Paul Brossier [9b0ffe3] * src/effects/rubberband_utils.c (modified) src/effects/rubberband_utils.c: add parsing of all rubberband options Fri, 07 Dec 2018 00:28:56 GMT Paul Brossier [e7d4aa0] * tests/src/effects/test-timestretch.c (modified) tests/src/effects/test-timestretch.c: update to use new interface Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [284fe8a] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch*: move out threaded file reading stuff, add ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [4559863] * src/effects/timestretch.h (modified) * src/effects/timestretch_rubberband.c (modified) * tests/src/effects/test-timestretch.c (modified) src/effects/timestretch_rubberband.c: improve threading Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [bdb249b] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: do not reopen thread in _seek, ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [8856791] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: add initial pthread support Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [9bd769a] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: fix eof when last available == ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [992ac88] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: factorise into ... Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [a874c48] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: split into functions Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [456a784] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: remove unused variable, erase ... Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [85755eb] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: invert stretch ratio Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [a0a4d01] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch.h: add _seek method Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [7970616] * src/aubio.h (modified) src/aubio.h: add effects/timestretch.h Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [58c5e8a] * python/lib/gen_external.py (modified) python/lib/gen_external.py: disable timestretch for now, add a note ... Fri, 07 Dec 2018 00:24:18 GMT Paul Brossier [c2e3f44] * tests/src/effects/test-timestretch.c (added) tests/src/effects/test-timestretch.c: add example for aubio_timestretch_t Fri, 07 Dec 2018 00:24:18 GMT Paul Brossier [fd99f0d] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch.h: add get_samplerate method Fri, 07 Dec 2018 00:24:11 GMT Paul Brossier [c41637b] * src/effects/timestretch.h (added) * src/effects/timestretch_dummy.c (added) * src/effects/timestretch_rubberband.c (added) src/effects/timestretch.h: add time stretching object, rubberband ... Thu, 06 Dec 2018 23:33:37 GMT Paul Brossier [34d4232] * src/effects/pitchshift_rubberband.c (modified) [pitchshift] make sure rb is set to null first Thu, 06 Dec 2018 14:34:12 GMT Paul Brossier [1a3d3b7] * .travis.yml (modified) [ci] disable rubberband and libsamplerate on ios/iosimulator Thu, 06 Dec 2018 14:32:12 GMT Paul Brossier [687835d] * tests/src/effects/test-pitchshift.c (modified) [tests] pitchshift tests to pass without rubberband Thu, 06 Dec 2018 14:22:50 GMT Paul Brossier [78a564b] * src/effects/pitchshift_dummy.c (modified) * src/effects/pitchshift_rubberband.c (modified) * src/effects/rubberband_utils.c (modified) [pitchshift] do not include config.h directly Thu, 06 Dec 2018 12:51:35 GMT Paul Brossier [dec789b] * src/pitch/pitchspecacf.c (modified) * src/spectral/awhitening.c (modified) * src/utils/hist.c (modified) * tests/src/spectral/test-awhitening.c (modified) * tests/src/test-mathutils.c (modified) Merge branch 'master' into feature/pitchshift Thu, 06 Dec 2018 12:49:25 GMT Paul Brossier [dd47431] * src/spectral/awhitening.c (modified) * tests/src/spectral/test-awhitening.c (modified) Merge branch 'fix/awhitening' Thu, 06 Dec 2018 12:17:47 GMT Paul Brossier [ed80243] * src/spectral/awhitening.c (modified) [awhitening] use shortest length available (closes gh-216) Thu, 06 Dec 2018 10:47:16 GMT Paul Brossier [0056314] * tests/src/test-mathutils.c (modified) [tests] fix leak in test-mathutils.c Thu, 06 Dec 2018 10:46:46 GMT Paul Brossier [fb0afbb] * src/utils/hist.c (modified) [hist] fix potential memory leak Thu, 06 Dec 2018 10:46:02 GMT Paul Brossier [213bf0f] * src/pitch/pitchspecacf.c (modified) [pitch] fix memory leak in specacf Thu, 06 Dec 2018 10:40:48 GMT Paul Brossier [d726526] * tests/src/spectral/test-awhitening.c (modified) [tests] prevent crash in test-awhitening, fix memory leaks Thu, 06 Dec 2018 10:32:11 GMT Paul Brossier [3a96d3d] * tests/src/effects/test-pitchshift.c (modified) [tests] improve pitchshift tests Thu, 06 Dec 2018 10:30:54 GMT Paul Brossier [283a619a] * src/effects/pitchshift_rubberband.c (modified) [pitchshift] check if hopsize and samplerate are valid, use ... 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:23:54 GMT Paul Brossier [f19db54] * python/tests/test_mfcc.py (modified) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) Merge branch 'fix/mfcc_params' Mon, 03 Dec 2018 14:04:02 GMT Paul Brossier [117465d] * src/spectral/filterbank.c (modified) [filterbank] fix get_power Mon, 03 Dec 2018 14:03:08 GMT Paul Brossier [8affe8c] * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) [mfcc] get_scale/power return smpl_t Mon, 03 Dec 2018 14:00:40 GMT Paul Brossier [581c8b5] * python/tests/test_mfcc.py (modified) [tests] mfcc norm/scale with real values Fri, 30 Nov 2018 14:06:57 GMT Paul Brossier [bde4f641] * Makefile (modified) [make] show tests/ in coverage reports Fri, 30 Nov 2018 14:05:35 GMT Paul Brossier [2b242af] * Makefile (modified) [make] move coverage reports to build/coverage_{c,python} Fri, 30 Nov 2018 02:11:56 GMT Paul Brossier [3821415] * python/ext/py-phasevoc.c (modified) [py] remove useless check in py-phasevoc.c Thu, 29 Nov 2018 18:19:52 GMT Paul Brossier [8968ea7] * 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/onset/test-onset.c (modified) * tests/src/spectral/test-awhitening.c (modified) * tests/src/spectral/test-dct.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/test-mathutils.c (modified) * tests/utils_tests.h (modified) * tests/wscript_build (modified) * wscript (modified) Merge branch 'feature/c_tests' Thu, 29 Nov 2018 17:49:32 GMT Paul Brossier [2cf905f] * tests/src/onset/test-onset.c (modified) [tests] onset creation may succeed with non-power of two sizes Thu, 29 Nov 2018 17:39:02 GMT Paul Brossier [f9204ac] * tests/src/io/test-source.c (modified) [tests] fix argument parsing in source Thu, 29 Nov 2018 17:38:41 GMT Paul Brossier [242e923] * tests/wscript_build (modified) [tests] make sure unit tests run after sound file is created Thu, 29 Nov 2018 17:36:22 GMT Paul Brossier [0de816c] * tests/src/onset/test-onset.c (modified) * tests/src/synth/test-wavetable.c (modified) [tests] fix argument parsing in onset and wavetable Thu, 29 Nov 2018 16:19:07 GMT Paul Brossier [9ffa590] * wscript (modified) [waf] check tests return code and show summary Thu, 29 Nov 2018 16:05:28 GMT Paul Brossier [953cde5] * tests/src/synth/test-sampler.c (modified) [tests] use run_on_default_source_and_sink in sampler tests Thu, 29 Nov 2018 15:58:12 GMT Paul Brossier [92c85b12] * tests/src/spectral/test-dct.c (modified) [tests] fail dct tests if reconstruction failed Thu, 29 Nov 2018 15:57:36 GMT Paul Brossier [c631cc0] * tests/src/test-mathutils.c (modified) [tests] add new_aubio_window tests Thu, 29 Nov 2018 15:55:43 GMT Paul Brossier [f84f6bc] * tests/src/tempo/test-tempo.c (modified) [tests] use run_on_default_source in tempo Thu, 29 Nov 2018 15:27:52 GMT Paul Brossier [a3d8795] * tests/src/spectral/test-awhitening.c (modified) [tests] use run_on_default_source_and_sink in awhitening Thu, 29 Nov 2018 15:26:45 GMT Paul Brossier [ee0c4d50] * 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] use run_on_default_source_and_sink in sink tests 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:30:11 GMT Paul Brossier [c0ce78f] * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchyin.c (modified) [pitch] comment out unused functions in mcomb and yin 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 14:27:08 GMT Paul Brossier [f73f3fb] * src/pitch/pitchyinfast.c (modified) [pitch] prevent null pointer dereference in yinfast Wed, 28 Nov 2018 12:40:46 GMT Paul Brossier [c5ee130] * src/notes/notes.c (modified) [notes] prevent null pointer dereference thanks to @niugx 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:33:01 GMT Paul Brossier [042d77d] * src/utils/hist.c (modified) [utils] hist with size null fails 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 17:33:26 GMT Paul Brossier [db3eb5c] * src/spectral/dct.c (modified) Merge branch 'feature/dctsimplify' into feature/mfcc_tests Mon, 26 Nov 2018 17:22:06 GMT Paul Brossier [e680926] * src/spectral/dct.c (modified) [dct] fix radix check for accelerate 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:22:31 GMT Paul Brossier [5ad5109] * src/spectral/mfcc.c (modified) [mfcc] validate input parameters, safer delete Mon, 26 Nov 2018 16:21:30 GMT Paul Brossier [e744416] * src/spectral/mfcc.c (modified) [mfcc] remove plain dct ifdefs 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 15:59:56 GMT Paul Brossier [63c5015] * src/spectral/dct_fftw.c (modified) [dct] fail fftw creation if size <= 0 Mon, 26 Nov 2018 15:59:12 GMT Paul Brossier [5c3061e] * src/spectral/dct.c (modified) [dct] fix typo in error message Mon, 26 Nov 2018 15:30:14 GMT Paul Brossier [813ced8] * src/spectral/dct_plain.c (modified) [dct] fail plain creation if size <= 0 Mon, 26 Nov 2018 15:29:42 GMT Paul Brossier [fe6a9a23] * src/spectral/dct_ooura.c (modified) [dct] fail ooura creation if size <= 0 Mon, 26 Nov 2018 15:28:57 GMT Paul Brossier [7c85c15] * src/spectral/dct.c (modified) [dct] use del_aubio_dct on failure, add missing \n in error message Mon, 26 Nov 2018 15:28:28 GMT Paul Brossier [d3440e7] * src/spectral/dct.c (modified) [dct] fix typo in warning message, add missing \n Mon, 26 Nov 2018 15:27:58 GMT Paul Brossier [6124059] * src/spectral/dct.c (modified) [dct] remove size check to test each method 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 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)