[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)
Merge branch 'fix/crash_filterbank' (thanks to @niugx)
[specdesc] improve error message
VERSION: bump to 0.4.9~alpha
[tests] run some tests in onset if no arguments passed
[onset] safer deletion method
[tempo] fix delay_ms methods
[tests] wrap long lines in test-tempo.c
[tests] run tempo until first analysis is done
[tempo] make sure all objects have been created, safer del_ method
[tests] run some tests in tempo if no arguments passed
[tests] check if tempo creation suceeded
[tempo] fix buffer overflow in method parser
[filterbank] validate input parameters
[tests] check creating filterbank with wrong parameters returns null
[ChangeLog] add 0.4.8 entry
[py] set long description content type to markdown
[doc] plain todo in wavetable_load
[ci] move homebrew packages to travis addons, skip brew update
[make] add branch coverage, improve html report
[py] include waf_gensyms.py in MANIFEST.in
[tests] use from .utils import, fixes build with pybuild 3.5
[waf] exclude more generated files from tarball
[ci] remove coveralls from travis, using codecov
[doc] describe single-/double-precision modes
[wavetable] add dummy load implementation, add todo entry in documentation
[wavetable] revert 9511547 to preserve api
[doc] reorder python/README.md sections, group links
[doc] rewrite python/README.md demo section
[doc] move api references to doc, simplify pip instructions, add conda section
[doc] move python tests from python/README.md to doc/python_module.rst
[pip] use python/README.md for package long description
[doc] rewrite description, add built with and documentation sections to python/README.md
[doc] remove installation instructions from python/README.md
[man] document aubiocut --create-first
[doc] remove extra parameter in aubio_mfcc_set_mel_coeffs_slaney
Merge branch 'fix/pyextwarnings'
Merge branch 'fix/py3x_win-amd64' (closes #199, #208)
[py] fix filterbank in double-precision mode
[ci] avoid building twice on appveyor
[ci] remove custom path for win64 on appveyor
[py] fix missing pre-processor output on win-amd64
[py] fix % escaping in py-source.c
[py] filterbank power and norm are floats
[py] filterbank.set_triangle_bands can accept a float samplerate