[timestretch] comment out unused warmup
[tests] increase timestretch coverage, fix memory leak
[effects] clean up aubio_split_str, fix issues in aubio_get_rubberband_opts
[timestretch] validate input hopsize and samplerate
[tests] add test_wrong_params to test-timestretch
[effects] aubio_get_rubberband_opts returns -1 if parsing fails
[effects] convert warnings to error, improve messages
[pitchscale] wrap long lines
[effects] improve pitchscale documentation
src/effects/rubberband_utils.c: use ':' to join options
src/effects/: include aubio_priv.h, not config.h, use <> for external includes
tests/src/effects/test-pitchshift.c: cosmetic changes
src/effects/rubberband_utils.c: add parsing of all rubberband options
tests/src/effects/test-timestretch.c: update to use new interface
src/effects/timestretch*: move out threaded file reading stuff, add _push and _available
src/effects/timestretch_rubberband.c: improve threading
src/effects/timestretch_rubberband.c: do not reopen thread in _seek, add flags to mark warmed-up and finished states
src/effects/timestretch_rubberband.c: add initial pthread support
src/effects/timestretch_rubberband.c: fix eof when last available == hopsize, change _set messages to warnings
src/effects/timestretch_rubberband.c: factorise into aubio_timestretch_fetch
src/effects/timestretch_rubberband.c: split into functions
src/effects/timestretch_rubberband.c: remove unused variable, erase internal vector
src/effects/timestretch_rubberband.c: invert stretch ratio
src/effects/timestretch.h: add _seek method
src/aubio.h: add effects/timestretch.h
python/lib/gen_external.py: disable timestretch for now, add a note about it
tests/src/effects/test-timestretch.c: add example for aubio_timestretch_t
src/effects/timestretch.h: add get_samplerate method
src/effects/timestretch.h: add time stretching object, rubberband implementation
[pitchshift] make sure rb is set to null first
[ci] disable rubberband and libsamplerate on ios/iosimulator
[tests] pitchshift tests to pass without rubberband
[pitchshift] do not include config.h directly
Merge branch 'master' into feature/pitchshift
Merge branch 'fix/awhitening'
[awhitening] use shortest length available (closes gh-216)
[tests] fix leak in test-mathutils.c
[hist] fix potential memory leak
[pitch] fix memory leak in specacf
[tests] prevent crash in test-awhitening, fix memory leaks
[tests] improve pitchshift tests
[pitchshift] check if hopsize and samplerate are valid, use _set_transpose in new_, comment about final always 0
Merge branch 'master' into feature/pitchshift
Merge branch 'fix/mfcc_params'
[filterbank] fix get_power
[mfcc] get_scale/power return smpl_t
[tests] mfcc norm/scale with real values
[make] show tests/ in coverage reports
[make] move coverage reports to build/coverage_{c,python}
[py] remove useless check in py-phasevoc.c
Merge branch 'feature/c_tests'
[tests] onset creation may succeed with non-power of two sizes
[tests] fix argument parsing in source
[tests] make sure unit tests run after sound file is created
[tests] fix argument parsing in onset and wavetable
[waf] check tests return code and show summary
[tests] use run_on_default_source_and_sink in sampler tests
[tests] fail dct tests if reconstruction failed
[tests] add new_aubio_window tests
[tests] use run_on_default_source in tempo
[tests] use run_on_default_source_and_sink in awhitening
[tests] use run_on_default_source_and_sink in sink tests
[tests] add run_on_default_source_and_sink helper
[tests] simplify awhitening parsing
[tests] also use run_on_default_source in onset
[tests] fix argument parsing in source tests
[tests] use run_on_default_source in all source tests
[tests] pure python create_sine_wave
[tests] [win] workaround to escape backslashes
[tests] [win] include io.h for _access()
[tests] [win] more windows workaround to pass strings via -D
[tests] fix test source creation rule
[tests] add run_on_default_source to test-source
[tests] add run_on_default_source helper
[tests] create test sound from waf, add -DAUBIO_TESTS_SOURCE=
[tests] add script to create sound file with python only
[tests] [win] use calloc to work around constant size issue
[tests] srandom take unsigned int
[tests] fix unmatched parenthesis on windows
Revert "[tests] fix unmatched parenthesis on windows"
[tests] fix unmatched parenthesis on windows
[tests] increase entropy by adding address to current second
[tests] use constant for array size, include string.h
[tests] workaround for windows
[tests] include unistd for unlink, close (linux, darwin)
[tests] create a temporary sink, use in wavetable test
[pitch] comment out unused functions in mcomb and yin
[tests] check new_aubio_pitch fails with wrong parameters
[pitch] prevent null pointer dereference in yinfast
[notes] prevent null pointer dereference
[utils] hist with size null fails
[tests] check hist with size null fails
Merge branch 'feature/dctsimplify' into feature/mfcc_tests
[dct] fix radix check for accelerate
[tests] add calls to new_aubio_mfcc with wrong input parameters
[mfcc] validate input parameters, safer delete
[mfcc] remove plain dct ifdefs
[tests] do not test dct with wrong sizes