[tests] sync test-source with base-source_custom
[tests] factorise source tests
[io] avoid deprecation warning avcodec <= 58.3.102
[io] avoid deprecation warning with ffmpeg
[source] fix skipped samples warning in source_avcodec
[io] sink_wavwrite_do writes all to channels if more than one
[waf] avoid warnings about build dir traversal
[examples] remove unneeded cast
[tests] improve test-mfcc (closes #219)
[git] ignore python coverage files
[waf] update rules to build manual and api docs in build/
Merge branch 'master' into feature/pydocstrings
[py] improve specdesc dosctring
[py] add minimal docstring for wavetable
[doc] add py_analysis page
[doc] add py_temporal page
[doc] add py_spectral page
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
[py] include docstrings for generated classes
[py] add minimal docstrings to generated objects
[py] use macro in docstring of generated objects macro if defined
[py] add docstrings for digital_filter
[py] add get_norm/power and documentation to filterbank
[py] add minimal docstring to fft
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
[dct] fail fftw creation if size <= 0
[dct] fix typo in error message
[dct] fail plain creation if size <= 0
[dct] fail ooura creation if size <= 0
[dct] use del_aubio_dct on failure, add missing \n in error message
[dct] fix typo in warning message, add missing \n
[dct] remove size check to test each method
[tests] run phase vocoder with hop_s = win_s
[tests] increase pvoc coverage
[tests] increase tss coverage
[tests] increase awhitening coverage
Merge branch 'fix/onset_nullptr' (thanks to @niugx)
Merge branch 'fix/bufoverflow_tempo' (thanks to @niugx)